Debugging discipline. Use whenever diagnosing a bug, error, test failure, crash, regression, flaky behavior, or unexpected output, and especially before applying any fix. Also trigger when a previous fix attempt did not work and another attempt is about to be made.
$npx -y skills add benjaminard/fable-skills --skill root-cause-firstInstalls into the current project.
Run `npx skills use "https://github.com/benjaminard/fable-skills" --skill "benjaminard/fable-skills/root-cause-first"` 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/benjaminard/fable-skills" that are relevant to the current task. Run `npx skills add "https://github.com/benjaminard/fable-skills"` and select the relevant skills, then follow their instructions.