What problem does it solve?
This Skill eliminates the risk of undetected code issues, architecture flaws, and security vulnerabilities cascading into later development stages, where they become far more expensive and time-consuming to fix, by enforcing consistent, focused code reviews at critical checkpoints.
Core Features & Use Cases
- Structured Review Workflow: Enforces mandatory review checkpoints after each subagent-driven development task, after completing major features, and before merging to main, plus optional valuable checkpoints when stuck, before refactoring, or after fixing complex bugs.
- Focused Reviewer Context: Dispatches a dedicated code reviewer subagent with only the precise context needed for evaluation (implementation description, requirements, git diff range) to avoid noise from session history and keep feedback targeted at the work product.
- Categorized Actionable Feedback: Uses a standardized review template that categorizes issues by severity (Critical, Important, Minor), provides specific file:line references, explains the impact of each issue, and includes a clear merge readiness assessment.
- Use Case: For example, after completing a new payment processing feature, use this Skill to get a targeted review of the changes against the original requirements, catch missing error handling or security gaps, and get a clear verdict on merge readiness before pushing to main.
Quick Start
Use the requesting-code-review skill to review the code changes you just completed for the inventory sync feature against the requirements in docs/plans/inventory-sync.md before merging to the main branch.