一键导入
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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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: