quality
Installation
SKILL.md
Quality
Review completed cook work. Emit a stage_message event with your assessment. See references/stage-message-schema.md for the event schema.
Operate fully autonomously. Never ask the user.
Step 0 -- Load Principles
Read brain/principles.md and follow every [[wikilink]]. These govern the review. Do NOT skip this.
Assessment Pipeline
Run in order. Stop early and reject on any high-severity finding.
1. Scope Check
- Read the plan phase the cook was assigned (from the cook's initial prompt or mise context).
- Run
git diff --statandgit log --onelinefor the cook's commits. - Flag files changed outside the plan phase's stated scope as scope violations.
Related skills