What problem does it solve?
This Skill provides a structured workflow to request focused code reviews for recent commits so regressions, architectural flaws, missing tests, and other issues are caught early and do not cascade across tasks or into main.
Core Features & Use Cases
- Post-task and pre-merge reviews: Trigger reviews after every subagent-driven task, after major features, or before merging to main.
- Git-range based comparison: Use BASE_SHA and HEAD_SHA to scope the diff that the reviewer examines.
- Structured reviewer template: Enforces checks for code quality, architecture, testing, requirements alignment, and categorizes findings as Critical, Important, or Minor with a clear merge assessment.
- Use case: When finishing Task 2 in a plan, dispatch the code-reviewer subagent with the commit range and a description so issues are found and fixed before Task 3 begins.
Quick Start
Dispatch the code-reviewer subagent with BASE_SHA and HEAD_SHA filled into the template and request a review of what was implemented and its adherence to the plan.