一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review and validate Ito changes, specs, or implementations. Use when the user wants a quality check, code review, or validation of project artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.
Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.
Balanced skill for typical development tasks, code review, and implementation work
Coordinator-only agent for orchestrating multi-change runs
Fast, cost-effective skill for simple tasks, quick queries, and small code changes
Read-only researcher for Ito orchestration context gathering
| 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:
[blocking], [suggestion], or [note].Verdict: approve, Verdict: request-changes, or Verdict: needs-discussion.