← Back to list

fix-github-issue
by DCRepairCenter
AI 驱动的桌面宠物应用
⭐ 0🍴 1📅 Jan 1, 2026
SKILL.md
name: fix-github-issue description: Workflow for analyzing and fixing GitHub issues. Use when given an issue number to investigate and resolve.
Fix GitHub Issue Skill
Analyze and fix GitHub issues systematically.
Workflow
-
Get Issue Details
gh issue view <issue_number> -
Understand the Problem
- Read issue description and comments
- Identify affected components
- Determine root cause
-
Search Codebase
- Find relevant files
- Understand current implementation
- Check related tests
-
Implement Fix
- Follow coding standards (see code-writer skill)
- Import contracts from
rainze.core.contracts - Add bilingual comments
-
Validate
make lint # Check linting make typecheck # Check types make test # Run tests -
Commit & PR
- Use conventional commit format
- Reference issue number:
Fixes #<number> - Create PR with description
Requirements
- Follow CLAUDE.md coding standards
- Run
make checkbefore committing - Include test for the fix when applicable
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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
