What problem does it solve? Code changes often ship with undetected bugs, plan deviations, or quality gaps because self-review is biased and context-heavy. This Skill dispatches an independent code reviewer subagent with precisely crafted context to catch issues before they cascade into larger problems. ## Core Features & Use Cases - Structured Review Dispatch: Provides a complete reviewer prompt template covering plan alignment, code quality, architecture, testing, and production readiness. - Severity-Calibrated Feedback: Returns issues categorized as Critical, Important, or Minor with file:line references and a clear merge verdict. - Workflow Integration: Defines mandatory review checkpoints for subagent-driven development, plan execution, and pre-merge validation. - Use Case: After completing a feature task, you capture the base and head git SHAs, dispatch the reviewer subagent with the template, receive categorized feedback, fix Critical and Important issues, and then proceed to the next task. ## Quick Start Ask the AI to request a code review of your latest commits using the code-reviewer template before merging to main.