What problem does it solve? When completing tasks or implementing features, self-reviewing your own code often misses issues and burns context. This Skill dispatches a dedicated code reviewer subagent with precisely crafted context to catch Critical, Important, and Minor issues before they cascade into more work. ## 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: Returns findings categorized as Critical, Important, or Minor with file:line references and a clear merge verdict. - Read-Only Safety: The reviewer is explicitly forbidden from mutating the working tree, HEAD, or branch state, and from spawning its own subagents. - Use Case: After finishing a task in subagent-driven development, capture the base and head git SHAs, dispatch the reviewer with the template, fix Critical and Important issues, then proceed to the next task or merge. ## Quick Start Ask the AI to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before merging.