Systematic debugging workflow for identifying and fixing bugs. Use when you encounter errors, unexpected behavior, or need to trace through code.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill debug --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Debug?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-debug)More formats (shields.io, HTML) on the badges page.
---
name: debug
description: Systematic debugging workflow for identifying and fixing bugs. Use when you encounter errors, unexpected behavior, or need to trace through code.
---
## debug
Systematic approach to debugging.
### Process
1. Reproduce the bug consistently
2. Read the error message carefully
3. Check recent changes
4. Add logging at key points
5. Isolate the issue
6. Write a test that reproduces the bug
7. Fix and verify
### Common sources
- Null/undefined references
- Async timing issues
- Type mismatches
- Off-by-one errors
- State mutation bugs
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!