What problem does it solve?
This Skill helps you catch bugs, design issues, and risky changes by reviewing code evidence against the implementation diff, the prior plan artifacts, and existing solution patterns before you commit.
Core Features & Use Cases
- Five-axis, evidence-first review: Produces structured findings (with severity, evidence, and recommended action) instead of vague opinions.
- Diff-aware reviewer routing: Selects the right reviewer personas based on the change scope and diff metadata via
review_router.
- Plan + prior learnings awareness: Loads relevant plan artifacts when present and searches
docs/solutions/ for related solution evidence.
- Autofix loop with re-review: Applies autofixable findings and re-reviews changed lines (up to 3 iterations).
- Optional browser QA mode: After review, can continue into browser-based QA (
agent-browser) for visual/functional/UX issues and optionally add regression tests.
Quick Start
Use the 04-review skill after you finish implementing changes and want a structured, evidence-first review before committing.