A method for tackling tough bugs and slowdowns in your code. It guides you step by step. First you build a fast test that shows the bug. Then you reproduce it, form ideas about the cause, add targeted checks, and fix it. After the fix you clean up and ask how to prevent similar bugs.
Having a clear test is key to this method. The method helps you create one if none exists. It also handles random bugs by making them easier to reproduce. The goal is to solve the bug quickly without guesswork.
Global
mkdir -p ~/.claude/skills/diagnoseProject
mkdir -p .claude/skills/diagnoseSource 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