Debug
SkillDev toolsTroubleshoot and debug issues. Use when the user reports an error, a test failure, unexpected behavior, or asks to investigate why something isn't working.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Debug skill
What this skill tells your AI
The instructions your AI receives, as published by seifbenayed/cloclo in .claude/skills/debug/SKILL.md and read by ahel’s review.
Help diagnose and troubleshoot the described issue or the most recent error.
Steps
-
Understand the problem
- Read any error messages or stack traces mentioned
- Ask clarifying questions if the problem description is vague
- Check recent git changes that might have caused the issue:
git diff HEAD~3
-
Reproduce
- If there's a failing test, run it to see the exact error
- If it's a runtime issue, try to reproduce with minimal steps
-
Investigate
- Find the relevant source files using the stack trace or error message
- Trace the code path that leads to the error
- Check for common issues:
- Typos in variable or function names
- Wrong types or missing type conversions
- Missing imports or dependencies
- Race conditions or async issues
- Environment differences (missing env vars, wrong paths)
- Recent changes that broke assumptions
-
Form a hypothesis and verify
- State what you think the root cause is
- Find evidence in the code that supports or refutes it
- If needed, add targeted logging to narrow down the issue
-
Report findings
- Root cause explanation (why it broke, not just what broke)
- Suggested fix with specific code changes
- How to prevent similar issues in the future
Do NOT make changes unless explicitly asked — diagnose and explain first. The user should decide whether and how to fix it.
$ARGUMENTS
Signals
- GitHub stars
- 114
- Forks
- 30
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
debug-seifbenayed- Source
- github.com/seifbenayed/cloclo