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>"