From fakoli-crew
Systematic 4-phase debugging for root cause analysis — investigate, analyze patterns, form hypothesis, fix with test
How this skill is triggered — by the user, by Claude, or both
Slash command
/fakoli-crew:debuggingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A structured approach to debugging that prevents "try random fixes until something works."
A structured approach to debugging that prevents "try random fixes until something works."
git diff HEAD~5 and git log --oneline -10Stop immediately if you catch yourself:
If 3+ fix attempts have failed:
npx claudepluginhub fakoli/fakoli-plugins --plugin fakoli-crewEnforces systematic root cause investigation for bugs, test failures, and unexpected behavior through four phases: investigation, pattern analysis, hypothesis testing, and implementation.
Enforces systematic root cause analysis before fixes for bugs, test failures, unexpected behavior, performance issues, and build failures.
Enforces four-phase debugging (root cause investigation, pattern analysis, hypothesis testing, implementation) for bugs, test failures, performance issues, and unexpected behavior before any fixes.