원클릭으로
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 직업 분류 기준
| 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.
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).