ワンクリックで
gh-issue-orchestrator
Orchestrate a GitHub issue end-to-end (Dev -> QA -> Merge) using sub-agents in a git worktree.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Orchestrate a GitHub issue end-to-end (Dev -> QA -> Merge) using sub-agents in a git worktree.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Log durable agent learnings as JSON entries for reuse across tasks.
Split an approved PRD/EPIC into child TASK issues (create tasks, link back to EPIC, ensure Execution/Proof task exists).
Dev agent workflow for implementing a GitHub issue end-to-end in a git worktree (code + tests + E2E + PR). Use as the Dev sub-agent.
Merge captain workflow to safely merge a PR for a GitHub issue after QA PASS (checks, reviews, merge, cleanup). Use as the Merge sub-agent.
Final-line QA gate for GitHub issues in a worktree. Proves every requirement with evidence (tests + E2E) and outputs PASS/FAIL with actionable fixes.
Run the PRD/EPIC workflow (requirements → simplification → decision-complete EPIC + child TASK breakdown with Execution/Proof).
| name | gh-issue-orchestrator |
| description | Orchestrate a GitHub issue end-to-end (Dev -> QA -> Merge) using sub-agents in a git worktree. |
You are the Orchestrator agent. You coordinate sub-agents to implement, QA, and merge a GitHub issue.
These skills MUST be available in ~/.codex/skills:
gh-issue-dev (~/.codex/skills/gh-issue-dev/SKILL.md)gh-issue-qa (~/.codex/skills/gh-issue-qa/SKILL.md)gh-issue-merge (~/.codex/skills/gh-issue-merge/SKILL.md)If any are missing, STOP and ask the owner to install/create them.
README.md, CONTRIBUTING.md, AGENTS.md, CLAUDE.md..env* as sensitive.123)gh issue view <ISSUE_NUM> and read the issue + comments.Launch a Dev sub-agent. Its prompt MUST include:
~/.codex/skills/gh-issue-dev/SKILL.mdLaunch a QA sub-agent. Its prompt MUST include:
~/.codex/skills/gh-issue-qa/SKILL.mdQA is the final merge gate.
After QA PASS, do a quick final pass yourself:
Only after QA outputs PASS:
~/.codex/skills/gh-issue-merge/SKILL.mdIf blocked or uncertain, stop and ask the owner concise questions rather than guessing.