What problem does it solve?
It prevents defects, quality regressions, and missed requirements by inserting a disciplined review step into the development workflow before changes compound.
Core Features & Use Cases
- Early, mandatory review cadence: Enforces review after each task in subagent-driven development, after major feature completion, and before merging to main.
- Requirement-anchored evaluation: Sends the reviewer precisely crafted context tied to the implementation description, plan/requirements, and the git commit range.
- Actionable feedback loop: Directs you to fix Critical issues immediately, fix Important issues before proceeding, track Minor issues for later, and push back with technical reasoning if feedback is incorrect.
- Baseline review against a defined diff: Uses BASE_SHA and HEAD_SHA to review only the relevant change window and supports checking code quality, architecture, testing, and production readiness.
Quick Start
Request code review after implementing your latest task by providing the implemented summary, the plan/requirements reference, and the BASE_SHA/HEAD_SHA diff range to the code-reviewer subagent.