What problem does it solve? Code changes often get merged without independent review, letting bugs, architectural issues, and missed requirements cascade into later work. This Skill provides a structured workflow for dispatching a code reviewer subagent with precisely crafted context so completed work is verified against its plan before proceeding. ## Core Features & Use Cases - Structured Review Dispatch: Builds a reviewer prompt from a template with placeholders for description, requirements, and git SHAs, keeping the reviewer focused on the work product rather than session history. - Severity-Calibrated Feedback: Returns findings categorized as Critical, Important, and Minor with file:line references, plus a clear merge readiness verdict. - Read-Only Review Safety: Instructs the reviewer to inspect changes via git diff, git show, and git log without mutating the working tree or HEAD. - Use Case: After finishing a feature task, you capture the base and head commit SHAs, dispatch the reviewer subagent with the plan reference, receive categorized feedback, fix Important issues, and continue to the next task. ## 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.