What problem does it solve? Code changes often get merged without structured review, letting bugs, architectural flaws, and unmet requirements slip into production. This Skill standardizes the review process by dispatching a dedicated code-reviewer subagent with precisely crafted context, catching issues early before they cascade. ## Core Features & Use Cases - Structured Review Dispatch: Provides a repeatable workflow for gathering git SHAs and dispatching a code-reviewer subagent with a fill-in template covering implementation, requirements, and commit range. - Severity-Categorized Feedback: The reviewer template classifies issues as Critical, Important, or Minor with file:line references, and delivers a clear merge-readiness verdict. - Workflow Integration: Defines when to request reviews—after each task in subagent-driven development, after major features, and before merging to main. - Use Case: After completing a feature task, you capture the base and head commit SHAs, dispatch the reviewer with the plan reference, receive categorized feedback, fix Critical and Important issues, and only then proceed to the next task. ## Quick Start Ask the assistant to request a code review of the changes you just implemented before merging them to main.