fix-issue
星标0
分支0
更新时间2026年4月9日 17:18
Fetch a GitHub issue, analyze it, fix it, and open a PR
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Fetch a GitHub issue, analyze it, fix it, and open a PR
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fix-issue |
| description | Fetch a GitHub issue, analyze it, fix it, and open a PR |
gh issue view <number> --json title,body,labels,commentspython -m pytest tests/ -vfix: resolves #<number> - <short description>gh pr create --title "fix: #<number> <title>" --body "Fixes #<number>"