What problem does it solve?
This Skill helps developers and teams get focused, deterministic code reviews for recent work so defects, missing requirements, and architectural issues are caught before they propagate into later tasks or mainline branches. It separates review context from session history and supplies a clear checklist and verdict format so feedback is actionable.
Core Features & Use Cases
- Dispatches a dedicated code-reviewer subagent with a concise review context rather than full session history.
- Git-range based reviews: uses explicit BASE_SHA and HEAD_SHA to produce deterministic diffs for review.
- Structured checklist and severity categorization: Critical / Important / Minor classifications and a final readiness assessment.
- Use cases: after each task in subagent-driven development, before merging feature branches, and during batch plan executions.
Quick Start
Dispatch the code-reviewer subagent with BASE_SHA set to the previous commit and HEAD_SHA set to your current commit, include a brief description of what was implemented and a plan or requirements reference.