Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
Add this skill
npx mdskills install sickn33/debugging-strategiesProvides clear trigger conditions but lacks specific actionable debugging steps and techniques
1---2name: debugging-strategies3description: Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.4---56# Debugging Strategies78Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches.910## Use this skill when1112- Tracking down elusive bugs13- Investigating performance issues14- Debugging production incidents15- Analyzing crash dumps or stack traces16- Debugging distributed systems1718## Do not use this skill when1920- There is no reproducible issue or observable symptom21- The task is purely feature development22- You cannot access logs, traces, or runtime signals2324## Instructions2526- Reproduce the issue and capture logs, traces, and environment details.27- Form hypotheses and design controlled experiments.28- Narrow scope with binary search and targeted instrumentation.29- Document findings and verify the fix.30- If detailed playbooks are required, open `resources/implementation-playbook.md`.3132## Resources3334- `resources/implementation-playbook.md` for detailed debugging patterns and checklists.35
Full transparency — inspect the skill content before installing.