What problem does it solve?
This skill provides a disciplined, professional code-review workflow that systematically evaluates recent changes for thread safety, async safety, security vulnerabilities, data integrity, test quality, and code smells, reducing risk before commits.
Core Features & Use Cases
- Mandatory review criteria: loads a formal review template (prompts/CODE_REVIEW.md) and applies all criteria.
- Scope and timing: reviews commits since the last review, before committing significant changes, after spikes, or when prompted by the Stop hook.
- Deliverables: produces a structured review document with executive summary, issues grouped by severity (with file:line references), concrete before/after fixes, a fix checklist, and verification steps saved to .claude/plans/.
- Traceability: preserves references to the original changes and relevant files for auditing.
Quick Start
Use the code-review skill to evaluate the latest changes in your working directory and save the plan to .claude/plans/.