원클릭으로
gh-issue
Fetch a GitHub issue and route to brainstorm or plan based on detail level
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch a GitHub issue and route to brainstorm or plan based on detail level
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Load saved review feedback from /bpe:review and apply changes to the reviewed artifact
Iterative Q&A to develop a thorough project specification (spec.md)
Generate a commit message explaining what was changed and write it to commit-msg.md
Implement the next unchecked step from plan.md by executing its sub-steps as written (RED-GREEN-REFACTOR for Feature steps; Scope/Tooling/Do/Verify/Document for Task steps)
Autonomous-mode BPE run via /goal. Modes — full (default) | section <name> | step. Pre-flights branch safety (refuses on main), resolves the project verification command (test-runner autodetect, spec.md fallback, or ask), builds a verifiable completion condition, and writes the assembled /goal block (condition + validator-aware orchestrator playbook + per-commit verification) to goal.md at the repo root for you to paste. Requires Claude Code v2.1.139+; put your session in auto mode before pasting for unattended execution.
Create, continue, or close handoff documents for fresh-agent baton passes
| name | gh-issue |
| description | Fetch a GitHub issue and route to brainstorm or plan based on detail level |
| allowed-tools | Bash(gh:*), Read, Write, Glob, Grep |
| model | sonnet |
| disable-model-invocation | true |
Retrieve issue $ARGUMENTS from GitHub using gh issue view.
Review the issue title, body, labels, and any linked discussion.
Review the codebase to understand the area of code the issue touches.
Validate the issue:
Assess the issue's detail level to decide the next step:
Route to brainstorm (interactive spec development) when the issue is:
Route to plan (TDD implementation roadmap) when the issue is:
Tell the user which route you chose and why, then execute: