What problem does it solve? Code changes often get merged without independent review, letting bugs, architecture flaws, and unmet requirements slip into production. This Skill structures the review request process so a fresh reviewer subagent evaluates your work against the original plan with precisely crafted context. ## Core Features & Use Cases - Structured Review Dispatch: Fills a code-reviewer template with what was implemented, the plan, and git SHAs so the reviewer sees only the work product. - Severity-Based Feedback: Returns issues categorized as Critical, Important, or Minor with file:line references and a clear merge verdict. - Use Case: After finishing a feature task, you capture BASE_SHA and HEAD_SHA, dispatch the reviewer subagent, receive feedback flagging a missing progress indicator, fix it, and proceed to the next task with confidence. ## Quick Start Ask the assistant to request a code review of the changes between the previous commit and HEAD using the code-reviewer template.