When software breaks, the real problem is often hidden. You need to trace it step by step. This skill helps you find the root cause of any bug. It stops you from guessing or changing many things at once.
You start by understanding the error. Then you form a prediction about what might be wrong. You test that idea with one change at a time. This makes sure you fix the actual cause, not just a symptom.
The skill works with error messages, stack traces, and issues from tools like GitHub, Linear, and Jira. It guides you through a systematic process. Even complex bugs become easier to handle.
Global
mkdir -p ~/.claude/skills/ce-debugProject
mkdir -p .claude/skills/ce-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