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 dispatches a dedicated code reviewer subagent with precisely crafted context so issues are caught early, before they cascade across tasks. ## 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. - Severity-Categorized Feedback: Returns issues classified as Critical, Important, or Minor with file:line references and a clear merge-readiness verdict. - Workflow Integration: Fits subagent-driven development, plan execution, and ad-hoc development, with mandatory review points after tasks and before merges. - Use Case: After completing 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 proceed to the next task with confidence. ## Quick Start Ask the AI to request a code review of your latest commits against the task requirements before merging to main.