review
Installation
SKILL.md
Review
Thorough, interactive review grounded in project principles. Do NOT make changes — the review is the deliverable.
Autonomous Session Mode
When this skill runs in a non-interactive Noodle execution session (for example Cook, Oops, or Repair):
- Do not use AskUserQuestion. For each issue found, state the recommended action directly instead of presenting options.
- Write findings to a report file at
brain/audits/review-<date>-<subject>.mdin addition to session output. - For high-severity issues, file a todo in
brain/todos.mdusing the/todoskill. - For low-severity issues, note them in the report but don't file separate todos.
- Conclude by committing the review report. Do not wait for direction.
Use Tasks to track progress. Create a task for each step below (TaskCreate), mark each in_progress when starting and completed when done (TaskUpdate). Check TaskList after each step.
Step 1 — Load Principles
Read brain/principles.md. Follow every [[wikilink]] and read each linked principle file. These principles govern review judgments — refer back to them when evaluating issues.
Related skills