Software bugs can be tricky to track down. A careful method helps you find the real problem. The bug hunt skill breaks the hunt into four clear steps. These are root cause, pattern, hypothesis, and fix.
You start by reproducing the bug and reading error messages closely. Then you search for where the problem appears in the code. Each step builds on the last to lead you to a verified fix. This saves time and avoids guessing.
Developers use this skill for both investigating known bugs and for proactive audits. It helps you find hidden bugs before they cause trouble. The result is a diagnosis report and optional fix commits.
Global
mkdir -p ~/.claude/skills/bug-huntProject
mkdir -p .claude/skills/bug-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