| name | ito-review |
| description | Review and validate Ito changes, specs, or implementations. Use when the user wants a quality check, code review, or validation of project artifacts. |
Run the CLI-generated review instructions for a specific change.
This skill uses:
ito agent instruction review --change "<change-id>"
to generate a structured peer-review checklist before implementation.
Steps
-
Determine the target change ID (ask the user if unclear).
-
Generate instructions (source of truth):
ito agent instruction review --change "<change-id>"
-
Follow the printed instructions exactly.
-
Return findings using tags and verdict required by the instruction template:
- Prefix each item with
[blocking], [suggestion], or [note].
- End with
Verdict: approve, Verdict: request-changes, or Verdict: needs-discussion.