一键导入
gh-issue-resolve
Analyze a GitHub issue and implement the fix in code. Use when the user says "fix issue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze a GitHub issue and implement the fix in code. Use when the user says "fix issue
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when showing a Web board for a Markdown-only Agent Team Mission without a Mexus server.
Use when opening a RoundTable proposal in the active Markdown-backed Agent Team Mission.
Use when executing the next tasks from a Markdown-backed Agent Team kanban with Claude Code or Codex background Agents.
Use when starting or continuing a Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
Use when summarizing a Markdown-only Agent Team Mission from local files.
Use when stopping the local Web board for a Markdown-only Agent Team Mission.
| name | gh-issue-resolve |
| description | Analyze a GitHub issue and implement the fix in code. Use when the user says "fix issue |
| user-invocable | true |
| allowed-tools | ["Bash(gh issue view*)","Bash(gh repo view*)","Bash(git log*)","Bash(git diff*)","Bash(git status*)","Read","Write","Edit","Glob","Grep"] |
Read the issue, diagnose, and produce a code change. Arguments passed: $ARGUMENTS.
Parse $ARGUMENTS for the issue number (#N, N, or full URL). If missing, ask.
Load issue: gh issue view <N> --repo <owner/repo> --json title,body,labels,comments. Read the body AND all comments — clarifications usually live in comments.
Classify the issue into one of:
/gh-issue-reply instead.Diagnose before coding:
Implement: make the minimum change that fixes the reported behavior. Follow the repo's existing style and CLAUDE.md conventions. Do NOT:
Verify locally if feasible: typecheck, lint, or run the specific test. If the repo has no obvious verification command, skip — don't invent one.
Report to the user:
/gh-push to commit and push, then /gh-issue-reply #N to notify the reporter" — but do not auto-chain. Let the user drive./gh-push's job.