review
Installation
SKILL.md
Review
Overview
Pressure-check the work product against what was agreed — before the next task or before commit-and-push.
Core principle: review the diff and the contract, not your remembered intentions.
Announce: "Using review to …"
When to Use
- After each plan task (when executing a write-plan)
- After a major feature slice
- Before opening/updating a PR/MR
- When stuck (fresh pass over assumptions)
When NOT to use: empty diff; user waived review explicitly.