What problem does it solve?
Prevents regressions and hidden issues by providing a focused, independent evaluation of recent code changes so problems are caught early and merges are safer.
Core Features & Use Cases
- Dedicated reviewer subagent: Dispatches a code-reviewer subagent with only the necessary context to avoid leaking session history and to keep feedback objective.
- Git-range inspection: Reviews the diff between a BASE_SHA and HEAD_SHA and produces file:line references for each finding.
- Actionable outputs: Categorizes findings into Critical, Important, and Minor, lists fixes, acknowledges strengths, and gives a clear readiness verdict for merging.
- When to use: After each task in subagent-driven development, after major feature completion, before merging to main, or when stuck and needing an external perspective.
Quick Start
Dispatch the code-reviewer subagent with WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION populated to receive categorized, file-referenced feedback and a merge readiness assessment.