Finding the root cause of a problem is the most important step before applying any fix. When your code breaks, crashes, or behaves strangely, this skill helps you dig deep to understand why. Fix the real reason instead of just patching the symptom.
A patch applied to a symptom creates a new bug somewhere else. This skill forces you to stop and gather evidence before touching code. You will state the root cause in one clear sentence with proof from logs, tests, or runtime behavior.
The outcome is a root cause identified, a fix or handoff verified against a reproducible check, and any leftover risks noted. No code changes until you have a hypothesis that explains every observed symptom.
Global
mkdir -p ~/.claude/skills/huntProject
mkdir -p .claude/skills/huntSource 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