一键导入
ito-list
List Ito changes, archived changes, specs, or modules with status summaries and intelligent interpretation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List Ito changes, archived changes, specs, or modules with status summaries and intelligent interpretation.
用 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-list |
| description | List Ito changes, archived changes, specs, or modules with status summaries and intelligent interpretation. |
Use ito list and ito list-archive to display project items and interpret the results for the user.
Goal: run the right listing command, summarize the output clearly, and suggest the next sensible action.
CLI Reference
ito list [OPTIONS]
ito list-archive [--json]
Item types (default: changes):
--changes List changes (default)
--specs List specs
--modules List modules
Progress filters (changes only, mutually exclusive):
--ready Changes ready for implementation (have proposal, specs, tasks, and pending work)
--completed Changes with all tasks done
--partial Changes with some but not all tasks done
--pending Changes with no tasks started
Other options:
--sort <ORDER> Sort order: recent (default) or name
--json Output as JSON
Parse user intent from the arguments:
ito list-archive when they ask for archived changes--json for structured output that is easier to interpret programmaticallyRun the CLI command:
ito list or ito list-archive invocationito list --ready --json, ito list --specs, or ito list-archivePresent and interpret results:
Suggest next actions based on the results:
/ito-apply <change-id> to start implementing/ito-apply <change-id>/ito-archive <change-id>ito create change# List all changes (default)
ito list
# List only changes ready for implementation
ito list --ready
# List specs
ito list --specs
# List changes with JSON output for analysis
ito list --json
# List completed changes (candidates for archiving)
ito list --completed
# List modules
ito list --modules
# List archived changes
ito list-archive
--json when you need to programmatically interpret results.--ready, --completed, --partial, --pending) only apply to changes, not specs or modules.ito init.