# Ito Review

> Review and validate Ito changes, specs, or implementations. Use when the user wants a quality check, code review, or validation of project artifacts. Use when this capability is needed.

- Skill: `tomevault-io/ito-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ito-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ito-review/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ito-review

---


Run the CLI-generated review instructions for a specific change.

This skill uses:

```bash
ito agent instruction review --change "<change-id>"
```

to generate a structured peer-review checklist before implementation.

**Steps**

1. Determine the target change ID (ask the user if unclear).

2. Generate instructions (source of truth):

   ```bash
   ito agent instruction review --change "<change-id>"
   ```

3. Follow the printed instructions exactly.

4. 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`.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/withakay) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

