一键导入
fix-issue
Use when a GitHub issue should be handled end-to-end, including issue analysis, code changes, tests, verification, and an optional commit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a GitHub issue should be handled end-to-end, including issue analysis, code changes, tests, verification, and an optional commit.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when working with GitHub repositories, issues, pull requests, branches, or commits and the task needs authenticated repository operations or GitHub metadata.
Use when a task needs a written execution plan with explicit steps, risks, verification, and user approval before implementation starts.
Use when a pull request needs one coordinated workflow covering review state, fixes, checks, branch updates, and merge readiness.
Use when a pull request already has review feedback that needs triage, code changes, verification, and clear replies back to reviewers.
Use when deciding whether a change is ready to merge and a concise cross-language checklist is more useful than a full narrative review.
Use when a pull request needs a serious pre-merge review covering correctness, edge cases, security, tests, documentation, and architecture.
| name | fix-issue |
| version | 1.0.0 |
| description | Use when a GitHub issue should be handled end-to-end, including issue analysis, code changes, tests, verification, and an optional commit. |
| activation | {"patterns":["fix.*issue","implement.*issue"],"keywords":["issue","github","bug","fix"],"max_context_tokens":3000} |
Use this skill when the user wants an issue handled from start to finish.
gh auth status succeedsAGENTS.md exists or the project has another clear source of build and verification rulesgh issue view <number> --json number,title,body,labels,comments,assignees,milestone
git status --porcelain.git checkout -b fix/<number>-<slug>
AGENTS.md first.Present a short structured plan and wait for approval before editing code.
Include:
Follow skills/plan-mode/SKILL.md when writing the plan.
Run the quality gate defined in AGENTS.md. Stop on the first failure, fix it, and re-run.
If AGENTS.md does not define the needed checks, ask the user how to verify the change.
git add -A.Return these sections in order: