بنقرة واحدة
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 المهني
Manage remote Kocao agent sessions from an AI assistant. Use when: listing running agents, starting a new remote agent, checking agent status, viewing agent logs, stopping an agent session, or sending a prompt to a running remote agent.
Fast trigram-indexed code search across the entire repository using Zoekt (the engine behind GitHub and Sourcegraph code search). Use INSTEAD OF grep/ripgrep for broad codebase searches. Supports regex, literal strings, file filters, and symbol queries. Auto-installs zoekt binaries and auto-indexes the repo on first use.
Apply a Change Proposal. Triggered by the user saying "Apply change <change-id>" or "Implement change <change-id>". Use when implementing, executing, applying, building, coding, or developing a feature, change, requirement, enhancement, fix, or modification. Use when running tasks from a spec, proposal, or plan.
You MUST use this before any creative work - creating features, proposing changes,building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — presents structured options for merge, PR, or cleanup
Run an ito ralph loop for a specific change (or module/repo sequence), with safe defaults and automatic restart context on early exits.
| name | ito-workflow |
| description | Ito workflow delegation - delegates all workflow content to Ito CLI instruction artifacts. |
This skill delegates workflow operations to the Ito CLI.
Principle: The Ito CLI is the source of truth for workflow instructions. Skills should be thin wrappers that invoke the CLI and follow its output.
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 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 commandito tasks to track progressito-proposal - Create new changesito-apply - Implement changesito-review - Review changesito-archive - Archive completed changesito-tasks - Manage tasksito-commit - Create commits