AI AGENT ADDONS
Debugging
1,301installs

Finding and fixing bugs can be frustrating. Random guesses waste time and often create new problems. A better way is to find the real cause before making any changes.

This approach uses four clear phases. First you investigate the root cause. Then you analyze patterns. Only after that do you plan a fix. This method works for test failures, production bugs, or any unexpected behavior.

The most important rule is simple. Never fix a symptom without knowing the true source. Following this process saves time and keeps your code stable.

Add Systematic Debugging skill to your workflow

Global

mkdir -p ~/.claude/skills/systematic-debugging

Project

mkdir -p .claude/skills/systematic-debugging

Source Repository

Stars
41,937
Forks
6,705
Watchers
41,937
License
MIT
Last Push
1 month ago
Created
7 months ago