| name | project-review |
| description | Use when reviewing repository changes for behavioral correctness, design consistency, quality risks, or verification gaps before considering the work complete. |
Project Review
This skill replaces the operational role of Claude's reviewer agent.
Use This Skill For
- Code review after implementation.
- Checking alignment with design docs and plans.
- Producing findings ordered by severity.
Required Reads
./CLAUDE.md
- relevant design, plan, and task docs
- changed source files and tests
Workflow
- Read the diff or changed files first.
- Compare behavior against the design and plan.
- Look for correctness issues, regressions, missing tests, and quality risks.
- Report findings first, with file references.
Boundaries
- Focus on real risks, not cosmetic churn.
- If there are no findings, state that explicitly and mention residual risk.