What problem does it solve? Code defects and requirement deviations often go unnoticed until they compound across tasks or reach production. This Skill structures the process of requesting an independent code review so issues are caught early, before merging to main or moving to the next development task. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a general-purpose reviewer subagent with a precisely crafted prompt template, keeping the reviewer's context separate from your working session. - Structured Feedback Format: Returns findings categorized as Critical, Important, and Minor issues with file:line references, plus strengths, recommendations, and a merge readiness verdict. - Git Range Targeting: Reviews a specific commit range using BASE_SHA and HEAD_SHA so feedback is scoped to exactly what changed. - Use Case: After completing a feature task in subagent-driven development, capture the base and head commit SHAs, dispatch the reviewer with the plan requirements, fix Critical and Important issues, then 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 before merging.