What problem does it solve? Code changes often ship with undetected bugs, plan deviations, and quality gaps because self-review is biased and context-heavy. This Skill dispatches an independent code reviewer subagent with precisely crafted context to catch Critical and Important issues before they cascade into more work. ## Core Features & Use Cases - Structured Review Dispatch: Fills a reusable prompt template with a description, requirements, and git SHAs so the reviewer evaluates only the work product, not your session history. - Severity-Calibrated Feedback: Returns findings categorized as Critical, Important, and Minor with file:line references, plus a clear merge verdict. - Use Case: After completing a task in subagent-driven development, capture the base and head commit SHAs, dispatch the reviewer, fix Critical and Important issues, then proceed to the next task with confidence. ## Quick Start Ask the AI to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before merging.