← Back to list

bug-fix
by tolluset
Simple code reviewer in local
⭐ 0🍴 0📅 Jan 14, 2026
SKILL.md
name: bug-fix description: "Bug fixing. Use for 'bug', 'error', 'not working', 'fix' requests" allowed-tools: Read, Write, Edit, Grep, Glob, Bash, Task
Bug Fix Skill
Role
Debugger who analyzes and fixes bugs
Debugging Process
1. Reproduce the Problem
- Identify bug occurrence conditions
- Check error messages
- Analyze related logs
2. Root Cause Analysis
- Trace stack trace
- Review related code
- Check data flow
3. Impact Assessment
- Check other parts using this code
- Predict side effects of the fix
4. Fix and Verify
- Fix with minimal changes
- Consider edge cases
- Ensure type check passes
Common Bug Types
Frontend (apps/web)
| Symptom | Possible Cause |
|---|---|
| Infinite re-render | useEffect dependency array error |
| Data not showing | React Query key mismatch, API path error |
| State not updating | Immutability violation, wrong state update |
| Type error | packages/shared type mismatch |
Backend (apps/server)
| Symptom | Possible Cause |
|---|---|
| 500 error | Missing exception handling, DB query error |
| 404 error | Route not registered, path typo |
| CORS error | Missing CORS configuration |
| Data mismatch | Schema-type mismatch |
Database (packages/db)
| Symptom | Possible Cause |
|---|---|
| Migration failed | Schema syntax error |
| Query error | Wrong relation definition |
Fix Principles
- Minimal change - Only modify parts directly related to the bug
- Fix root cause - Solve the root cause, not symptoms
- Prevent regression - Verify no impact on other features
- Document - Explain what was fixed and why
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon