What problem does it solve? Code changes often get merged without independent verification, letting bugs, architecture flaws, and unmet requirements slip into production. This Skill structures the review process by dispatching a dedicated code-reviewer subagent with precisely crafted context, catching issues before they cascade. ## Core Features & Use Cases - Structured Review Dispatch: Collects git SHAs and fills a reviewer template with implementation details, requirements, and commit range. - Severity-Categorized Feedback: The reviewer returns issues classified as Critical, Important, or Minor with file:line references and a merge readiness verdict. - Workflow Integration: Supports subagent-driven development (review after each task), plan execution (review per batch), and ad-hoc reviews before merging. - 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, then proceed to the next task. ## Quick Start Ask the AI to request a code review of the changes you just implemented before merging to main.