What problem does it solve? Code changes often get merged without independent verification, letting bugs, plan deviations, and quality issues cascade into later work. This Skill provides a structured workflow for requesting an independent code review from a subagent before merging or continuing development. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a read-only reviewer subagent with a precisely crafted prompt template, keeping the review out of your main context window. - Structured Feedback Format: Returns findings categorized as Strengths, Critical, Important, and Minor issues, plus a clear merge-readiness verdict. - Git Range Targeting: Reviews a specific commit range using BASE_SHA and HEAD_SHA so feedback is scoped to the exact changes made. - Use Case: After completing a task in a multi-step implementation plan, capture the base and head commits, dispatch the reviewer with the task requirements, fix any Critical or Important issues, then proceed to the next task with confidence. ## Quick Start Ask the agent to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before continuing to the next task.