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