By IvanLutsenko
Combined code review: multi-agent analysis (code-reviewer, git-historian, silent-failure-hunter, test-analyzer) + CodeRabbit CLI. Supports PR, branch diff, and uncommitted changes.
Reviews code changes for CLAUDE.md compliance, bugs, logic errors, and code quality. Reads full files (not just diff) for context. Use when reviewing any code changes — PR, branch diff, or uncommitted work. Examples: <example> Context: User wants a code review of their changes user: "Review my code changes" assistant: "I'll launch the code-reviewer agent to analyze your changes." <commentary> Use code-reviewer for general code quality and bug detection. </commentary> </example>
Analyzes git blame and history for changed files. Detects reverted fixes, frequently broken code, parallel work conflicts, and lost changes. Use when reviewing code changes that touch critical or frequently modified files. Examples: <example> Context: Reviewing changes to a file with complex history user: "Check if these changes conflict with recent work" assistant: "I'll launch the git-historian agent to analyze the history." <commentary> Use git-historian for history-aware analysis of changes. </commentary> </example>
Audits error handling in code changes. Finds silent failures, empty catch blocks, broad exception catching, unjustified fallbacks, and missing error feedback. Zero tolerance for swallowed errors. Examples: <example> Context: Reviewing code with try-catch blocks user: "Check the error handling in my changes" assistant: "I'll launch the silent-failure-hunter to audit error handling." <commentary> Use silent-failure-hunter for error handling audit. </commentary> </example>
Analyzes test coverage quality for code changes. Focuses on behavioral coverage, identifies critical gaps in error paths and edge cases. Reports only gaps with criticality >= 7/10. Examples: <example> Context: Reviewing code changes with business logic user: "Are there enough tests for these changes?" assistant: "I'll launch the test-analyzer to check coverage quality." <commentary> Use test-analyzer for test coverage analysis. </commentary> </example>
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Custom AI agent plugins by Ivan Lutsenko
Add the marketplace once, then install plugins as needed:
/plugin marketplace add https://github.com/IvanLutsenko/awac-ai-agent-plugins
Compatibility: the previous repository slug,
awac-claude-code-plugins, is kept as a supported fallback for existing
Claude Code marketplace installations.
Automated unit test generation for Kotlin/Android business logic with corporate standards.
Installation:
/plugin install bereke-business-test-gen
Quick Start:
/test-class src/main/java/.../YourClass.kt # Single class (2-15 min)
/test-module feature/auth # Full module coverage (30-90 min)
/test-diff [--branch origin/master] # PR workflow (tests only for changed files)
/test-fix [--all] feature/auth # Auto-fix existing tests to standards
/validate-tests feature/auth # Validate tests against standards
Status: ✅ Production Ready | Version: 2.7.2
What's New in 2.7.2:
awac-ai-agent-plugins and fall back
to the legacy awac-claude-code-plugins install path.Key Features:
Multi-platform crash analysis for Android & iOS with git blame forensics, code-level fixes, and a deterministic quality gate.
Installation:
/plugin install crashlytics
/crashlytics:install-permissions # one-time: add read-only git/MCP to allowlist
Quick Start:
/crash-report ca8f7f21e3... # Unified (auto-detects platform from config)
/crash-report-android # Explicit Android
/crash-report-ios # Explicit iOS
/crash-config # Configure plugin settings
/crashlytics:install-permissions # Add read-only allowlist to settings.json
Status: ✅ Production Ready | Version: 4.4.3
What's New in 4.4.3:
SECTION_ALIASES для en/ru/es/de/fr/pt/it (фикс false 6/14 на не-английских отчётах). Forensics-агенты пишут headers всегда на английском, body — на target language.BRANCH_REF (= origin/<default_branch>) вместо хардкода master + обязательный git fetch origin --quiet перед blame/log/show. STEP 4.0 sanity-check «is the fix already merged in BRANCH_REF»./crashlytics:install-permissions — мерджит read-only allowlist в settings.json (user или project уровень на выбор).scripts/tests/.Features:
origin/<default_branch>crashlytics_get_issue + crashlytics_batch_get_events), REST v1alpha fallback, Manual mode for offline useProject tracking, task management with kanban boards, bug logging, decision records (ADR), and session management via Obsidian. Auto-tracks sessions, actions, bugs, and commits via hooks.
Installation:
/plugin install obsidian-tracker
cd plugins/obsidian-tracker/mcp && npm install && npm run build
Quick Start:
/track-start my-project # Start auto-tracking session
/projects # List all projects
/project-new # Create new project
/task my-project "Fix bug" # Create task on kanban board
/done my-project 1 # Mark task as done
/project-archive archive old-project # Archive a project
/track-stop # Save session to Obsidian
Status: ✅ Production Ready | Version: 4.3.2
What's New in 4.3.2:
awac-ai-agent-plugins project slug.Features:
Multi-agent code review with CodeRabbit CLI integration. 4 specialized agents + optional CodeRabbit for comprehensive review.
Automated unit test generation for Kotlin/Android business logic with corporate standards
macOS notifications in your system language. Auto-translates via Google Translate with local caching. Supports custom messages.
Project tracking, task management with kanban boards, bug logging, decision records (ADR), session management, and engineering traceability via Obsidian. Auto-tracks sessions, actions, bugs, and commits via hooks.
Automatically syncs Claude Code theme with macOS system appearance (dark/light mode). Checks on every user message via UserPromptSubmit hook.
Multi-platform crash analysis for Android & iOS with git blame forensics, code-level fixes, and deterministic quality gate. MCP-primary fetch with REST API fallback. Language-aware validator and origin/<branch> forensics.
npx claudepluginhub ivanlutsenko/awac-ai-agent-plugins --plugin combined-reviewContext-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.
Configurable code review with radical candor - choose between harsh direct feedback or constructive caring criticism. Features Technical.md for project standards, architectural context analysis, actionable fixes, decision register for tracking review decisions, seamless todo integration, and live browser QA via Chrome.
Multi-language iterative PR review + autofix loop (built-in iteration engine + pr-review-toolkit + optional Codex)
Monitor code complexity and maintain code quality
Multi-LLM implementation review for verifying code matches spec, identifying gaps, and tracking completion state. Supports Opus, GPT, and Gemini in parallel.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development