run-item-work
Deprecated compatibility alias for /run-item. Identical behavior — prefer $run-item or /run-item for new invocations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deprecated compatibility alias for /run-item. Identical behavior — prefer $run-item or /run-item for new invocations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a retrospective analysis on completed work to identify process improvement opportunities. Use when the user wants to review a completed batch or item run, or invoke on-demand with a PR number, branch, or date as scope hint.
Compatibility/advanced alias: resolve a native GitHub epic into a bounded workflow execution scope, with optional delegated review and merge gates. For the recommended starting point, use /run-work <epic-target> instead. Use /run-epic when you need direct control over delegation flags (--delegate-review, --may-merge, --max-risk). For explicit item lists, use /run-items.
Bounded multi-item execute command: advance two or more explicit workflow items through Protocol 90 explicit_list mode. For a single item use $run-item; for an epic use $run-epic; for a read-only portfolio scan use $run-work.
Read-only portfolio scan. No-target scan proposes batches with no dispatch. Two or more targets redirect to $run-items. Single targets redirect to $run-item or $run-epic. No mutation in any mode.
Batch-orchestrate the repository's staged AI development workflow. Use when the user wants Codex to discover what can advance or start across multiple items, propose the largest safe batch by priority and parallelization feasibility, and supervise approved item work until it reaches a real terminal condition.
Primary bounded command: advance exactly one non-epic workflow item. Use when the user asks for /run-item or wants to resume a specific development, branch, PR, or issue with the shared bounded prelude before Protocol 91. /run-item-work is a deprecated alias with identical behavior.
| name | run-item-work |
| description | Deprecated compatibility alias for /run-item. Identical behavior — prefer $run-item or /run-item for new invocations. |
Deprecated:
$run-item-work//run-item-workis a compatibility alias for$run-item//run-item. Use$run-itemfor new invocations.
AGENTS.md for repository-wide rules..agents/skills/run-item/SKILL.md exactly (same bounded prelude + Protocol 91).
This includes the fail-closed checkpoint-resume gate inherited from
$run-item; the deprecated alias must not resume a checkpointed worktree run
from the main clone or change directories to repair context. It also inherits
the nested-artifact guard requirement before branch or PR creation.