When something breaks, use this structured process to find and fix the problem. It walks you through four clear steps: reproduce, isolate, diagnose, and fix. You just need to share the error message or describe what went wrong.
The skill helps you understand expected vs actual behavior and narrow down the cause. It checks recent changes, logs, and code paths. Then it proposes a fix and suggests tests to prevent the same bug in the future.
This works for any bug, from stack traces to odd behavior like "works in staging but not in prod". Simply describe the issue clearly and let the systematic approach guide you to the root cause.
Global
mkdir -p ~/.claude/skills/debugProject
mkdir -p .claude/skills/debugSource 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