What problem does it solve? When completing tasks or features, self-reviewing your own code burns context and misses issues. This Skill dispatches a dedicated code reviewer subagent with precisely crafted context so problems are caught before they cascade into more work. ## Core Features & Use Cases - Structured Reviewer Dispatch: Provides a ready-to-use prompt template (code-reviewer.md) that instructs a general-purpose subagent to review a git diff range against the plan or requirements. - Severity-Calibrated Feedback: The reviewer returns Strengths, Issues categorized as Critical/Important/Minor, Recommendations, and a clear merge-readiness verdict. - Read-Only Review Safety: The template enforces read-only inspection using git diff, git show, and git log, forbidding any mutation of the working tree or HEAD. - Use Case: After finishing a task in subagent-driven development, capture BASE_SHA and HEAD_SHA, 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.