fix-issue
星标10
分支7
更新时间2026年2月28日 07:37
Fix a GitHub issue by reading the issue, finding relevant code, implementing a fix, and creating a commit
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Fix a GitHub issue by reading the issue, finding relevant code, implementing a fix, and creating a commit
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | fix-issue |
| description | Fix a GitHub issue by reading the issue, finding relevant code, implementing a fix, and creating a commit |
| disable-model-invocation | true |
| argument-hint | [issue number] |
Fix GitHub issue #$ARGUMENTS.
gh issue view $ARGUMENTS to understand the problemfix: resolve #$ARGUMENTS - <short description>Deploy to staging or production environment with pre-flight checks
Explain code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?"
Review a GitHub pull request and provide structured feedback with severity ratings
Show a summary of the current project state including git, tests, and build status