AI AGENT ADDONS
Debugging
1,400installs

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.

Add Diagnose skill to your workflow

Global

mkdir -p ~/.claude/skills/diagnose

Project

mkdir -p .claude/skills/diagnose

Source Repository

Stars
1,155
Forks
104
Watchers
1,155
License
MIT
Last Push
1 month ago
Created
2 months ago