بنقرة واحدة
ito-workflow
Ito workflow delegation - delegates all workflow content to Ito CLI instruction artifacts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Ito workflow delegation - delegates all workflow content to Ito CLI instruction 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-workflow |
| description | Ito workflow delegation - delegates all workflow content to Ito CLI instruction artifacts. |
Delegate workflow operations to the Ito CLI. The CLI is the source of truth; skills should stay thin and follow the printed instructions.
ito create change "<name>" --module <module-id>
ito list [--json]
ito list --ready # Show only changes ready for implementation
ito list --pending # Show changes with 0/N tasks complete
ito list --partial # Show changes with 1..N-1/N tasks complete
ito list --completed # Show changes with N/N tasks complete
ito list-archive # Show archived changes
ito status --change "<change-id>"
ito agent instruction proposal --change "<change-id>"
ito agent instruction specs --change "<change-id>"
ito agent instruction tasks --change "<change-id>"
ito agent instruction apply --change "<change-id>"
ito agent instruction review --change "<change-id>"
ito agent instruction archive --change "<change-id>"
ito agent instruction finish --change "<change-id>"
# Worktrees / multi-branch workflow (per-developer)
ito agent instruction worktrees
# Backend server configuration and usage
ito agent instruction backend
ito tasks status <change-id>
ito tasks next <change-id>
ito tasks ready # Show ready tasks across all changes
ito tasks ready <change-id> # Show ready tasks for a specific change
ito tasks start <change-id> <task-id>
ito tasks complete <change-id> <task-id>
ito agent instruction command.ito tasks to track progress.ito-fix - Start fix-oriented changesito-feature - Start feature-oriented changesito-proposal-intake - Clarify change shape before scaffoldingito-proposal - Create new changesito-apply - Implement changesito-review - Review changesito-archive - Archive completed changesito-tasks - Manage tasksito-commit - Create commits