← Back to list

debugging
by mahmoudfarahat2647
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: debugging description: Systematic debugging of code to find root causes, fix bugs, and prevent regressions. Use whenever an error, bug, or unexpected behavior appears.
Debugging Skill
When debugging code, follow this strict process:
Debugging Checklist
-
Understand the bug
- What is the expected behavior?
- What actually happens?
- Is the bug reproducible?
-
Locate the source
- Identify the exact file, function, or component
- Check recent changes related to the issue
-
Analyze the cause
- Logic errors
- State issues
- Async / timing problems
- Edge cases or missing validations
-
Fix with minimal change
- Do not refactor unless necessary
- Keep the fix scoped and safe
-
Prevent regression
- Add or update tests if applicable
- Mention similar areas that could break
How to respond
- Explain the root cause clearly
- Show the exact code change needed
- Warn if the issue can appear again elsewhere
- Prefer simple and predictable fixes
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