This skill should be used when a test is failing inexplicably, when a runtime error appears in production, when a bug reproduces unpredictably, or when two or more prior fix attempts have failed. Provides a 4-phase systematic debugging workflow — investigate, analyze patterns, form hypothesis, fix with test — to prevent random-fix loops. Trigger phrases: \"why is this failing\", \"this test keeps failing\", \"I've tried three fixes\", \"root cause\", \"systematic debugging\".
$npx -y skills add fakoli/fakoli-plugins --skill debuggingInstalls into the current project.
Run `npx skills use "https://github.com/fakoli/fakoli-plugins" --skill "fakoli/fakoli-plugins/debugging"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fakoli/fakoli-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/fakoli/fakoli-plugins"` and select the relevant skills, then follow their instructions.