Combined code review: multi-agent analysis (code-reviewer, git-historian, silent-failure-hunter, test-analyzer) + CodeRabbit CLI. Supports PR, branch diff, and uncommitted changes.
npx claudepluginhub ivanlutsenko/awac-claude-code-plugins --plugin combined-reviewReviews 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>
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Multi-perspective code analysis covering architecture, security, and best practices
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Code cleanup, refactoring automation, and technical debt management with context restoration
Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development