What problem does it solve? Code changes often get merged without independent verification, letting bugs, plan deviations, and quality issues compound across tasks. This Skill provides a structured workflow for dispatching a code reviewer subagent with precisely scoped context so completed work is validated against its requirements before it cascades. ## Core Features & Use Cases - Structured Review Dispatch: Builds a reviewer prompt from a template with placeholders for description, requirements, and git base/head SHAs. - Severity-Calibrated Feedback: Returns findings categorized as Critical, Important, and Minor with file:line references and a clear merge verdict. - Read-Only Review Safety: Instructs the reviewer to inspect history via git diff, git show, and git log without mutating the working tree or HEAD. - Use Case: After finishing a task in subagent-driven development, capture the base and head commit SHAs, dispatch the reviewer subagent with the plan reference, fix Critical and Important issues, then proceed 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.