When code breaks, you need a clear process to find and fix the problem. A systematic debugger can help you parse error messages, trace stack traces, and correlate logs to identify where things go wrong. It uses a hypothesis-driven methodology to isolate the root cause and resolve bugs.
This tool is useful for developers, testers, and anyone troubleshooting software. It guides you through reproducing the issue, narrowing it down, testing one theory at a time, and implementing a fix. It also helps you add regression tests to prevent future problems.
Global
mkdir -p ~/.claude/skills/debugging-wizardProject
mkdir -p .claude/skills/debugging-wizardSource Repository
Azure Diagnosticsmicrosoft/azure-skills
Debug Azure production issues with systematic diagnostics and AI-powered tools
Azure Messagingmicrosoft/azure-skills
Troubleshoot and fix Azure messaging SDK errors for Event Hubs and Service Bus
Use My Browserxixu-me/skills
Work inside your live browser session for real page inspection and debugging
Diagnosemattpocock/skills
A step-by-step debug loop for finding and fixing hard bugs
Systematic Debuggingobra/superpowers
Find the root cause of every bug before attempting any fix to save time
Safe Debuglllllllama/rigorpilot-skills
Debug deep learning failures safely with conservative diagnosis and minimal patches
Firebase Crashlyticsfirebase/agent-skills
Set up crash reporting for your Android or iOS app with ease
Python Performance Optimizationwshobson/agents
Profile and optimize Python code to find and fix performance bottlenecks quickly