IT

A skill to generate and follow peer-review checklists for specific project changes.

Install

mkdir -p .claude/skills/ito-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13094" && unzip -o skill.zip -d .claude/skills/ito-review && rm skill.zip

Installs to .claude/skills/ito-review

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Review and validate Ito changes, specs, or implementations. Use when the user wants a quality check, code review, or validation of project artifacts.
149 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Generate structured peer-review checklist
  • Determine target change ID
  • Follow printed instructions exactly
  • Return findings with `[blocking]`, `[suggestion]`, or `[note]` prefixes
  • Provide a verdict: `approve`, `request-changes`, or `needs-discussion`

How it works

The skill uses the `ito agent instruction review` CLI command to generate a structured peer-review checklist for a specific change, then follows the instructions and returns findings with a verdict.

Inputs & outputs

You give it
Target change ID
You get back
Structured peer-review checklist and findings with a verdict

When to use ito-review

  • Reviewing a new spec implementation
  • Validating a pull request change
  • Getting a quality check on code

About this skill

<!-- ITO:START --> <!--ITO:VERSION:0.1.31-->

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

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

  2. Generate instructions (source of truth):

    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.
<!-- ITO:END -->

When not to use it

  • When the user does not want a quality check or code review
  • When the `ito` CLI tool is not available

Limitations

  • Requires the `ito` CLI tool
  • Requires a specific change ID

How it compares

This skill generates a structured, CLI-driven review checklist for project changes, providing a consistent quality check compared to informal or manual code reviews.

Compared to similar skills

ito-review side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ito-review (this skill)02moReviewIntermediate
python-testing-patterns772moReviewIntermediate
dependency-upgrade265moReviewIntermediate
test-cases577moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry