review
Installation
SKILL.md
Review
Overview
Pressure-check the work product against what was agreed — before the next task or before commit-and-push. The reviewable object is not always a code diff: a spec (write-spec), a plan (write-plan), or a structure decision (solid) each gets its own review with its own falsification method.
Core principle: review the artifact, not your remembered intentions.
Announce: "Using review to review a <spec|plan|solid|code> …"
When to Use
- After each plan task (when executing a write-plan)
- After a major feature slice
- Before opening/updating a PR/MR
- When a spec / plan / structure decision is finished and you want it pressure-checked before downstream work locks onto it
- When stuck (fresh pass over assumptions)
When NOT to use: empty diff; user waived review explicitly.