← Back to list

fix-github-issue
by whywaita
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: fix-github-issue description: Investigate and fix a GitHub issue using gh, then validate with tests and create a PR. Use when a user references a GitHub issue number or asks to fix an issue.
Fix GitHub Issue
Workflow
- Read the issue with
gh issue view(include comments and labels as needed). - Restate the problem and expected behavior succinctly.
- Search the codebase for relevant files and logic.
- Implement the fix with minimal scope changes.
- Add or update tests to cover success and failure paths.
- Run tests, lint, and type checks appropriate to the repo.
- Create a commit and PR following the
commit-push-prworkflow.
Notes
- Use
ghfor all GitHub interactions (issues, PRs, checks). - If the issue lacks repro steps, add a small reproduction section in the PR notes.
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


