一键导入
orchestrate
Plan and run Codex issue orchestration through CommandMate and git worktrees.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan and run Codex issue orchestration through CommandMate and git worktrees.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a PHOTON Action Memory release branch, version bump, changelog update, tag, and GitHub Release.
Safely remove merged or obsolete git worktrees for this repository
Create a develop-targeted pull request for the current issue worktree.
Implement one assigned issue in a dedicated git worktree.
Generate and record UAT checks, including manual GUI or real-device steps.
| name | orchestrate |
| description | Plan and run Codex issue orchestration through CommandMate and git worktrees. |
Use this skill when the user asks to run /orchestrate <issue...> for this repository.
origin/develop as the base for planned worktrees.workspace/management/runs/.commandmatedev read failures such as Server is not running as "unreachable"
until verified outside the sandbox; Codex sandboxed localhost access can fail even when
the user's terminal and CommandMate server are healthy.Run the dry-run planner first:
python scripts/codex_orchestrate.py <issue...> --dry-run
Review the generated:
workspace/management/runs/<run_id>/manifest.mdworkspace/management/runs/<run_id>/issue-analysis.mdworkspace/management/runs/<run_id>/dependency-plan.mdProceed to worktree creation and CommandMate dispatch only after the plan is coherent and any blocking questions have been answered.