What problem does it solve? Completed code changes often go unreviewed or get superficial self-review, letting bugs and plan deviations cascade into later work. This Skill structures the process of dispatching an independent code reviewer subagent with precisely crafted context so issues are caught early. ## Core Features & Use Cases - Structured Review Dispatch: Provides a complete reviewer prompt template covering plan alignment, code quality, architecture, testing, and production readiness. - Severity-Calibrated Feedback: The reviewer returns findings categorized as Critical, Important, and Minor with file:line references and a clear merge verdict. - Context Isolation: The reviewer receives only the git diff range and requirements, never the session history, keeping evaluation focused on the work product. - Use Case: After finishing a feature task, you capture the base and head commit SHAs, dispatch the reviewer subagent with the template, and fix any Critical or Important issues before proceeding to the next task or merging to main. ## Quick Start Request a code review of my last commit range using the code reviewer template before I merge this feature branch.