بنقرة واحدة
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.