debugging
A comprehensive six-step workflow for identifying, isolating, and fixing software bugs across multiple languages.
Install
npx skills add https://github.com/supercent-io/skills-template --skill debuggingStats
| Total installs | 10,819 |
| Weekly installs | 10.8K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Covers six-step debugging workflow: information gathering, reproduction, isolation, root cause analysis, fix implementation, and verification
- Includes common bug patterns (off-by-one, null references, race conditions, memory leaks, type mismatches) with targeted solutions
- Provides debugging techniques: binary search isolation, print/log debugging, divide-and-conquer code elimination, and regression test patterns
- Supports multiple languages with tool recommendations (pdb/cProfile for Python, Chrome DevTools for JavaScript, Delve for Go, etc.)
Tags
Related skills
| Skill | Installs | vs debugging |
|---|---|---|
| expo-cicd-workflows | 13,026 | +2,207 |
| typeset | 15,721 | +4,902 |
| ralph | 10,688 | -131 |
| self-improving-agent | 19,066 | +8,247 |
| file-organization | 11,029 | +210 |
FAQ
- How many installs does debugging have?
- debugging has 10,819 total installs and 10.8K installs this week.
- Where is debugging hosted?
- debugging is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does debugging have?
- debugging has 88 GitHub stars.
- When was debugging first indexed?
- OrangeBot.AI first indexed debugging on Jan 24, 2026.
- How do I install debugging?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill debugging