Systematic methodology for debugging bugs, test failures, and unexpected behavior. Use when encountering any technical issue before proposing fixes. Covers root cause investigation, pattern analysis, hypothesis testing, and fix implementation. Use ESPECIALLY when under time pressure, "just one quick fix" seems obvious, or you've already tried multiple fixes. NOT for exploratory code reading.
$npx -y skills add mjunaidca/mjs-agent-skills --skill systematic-debuggingInstalls into the current project.
Run `npx skills use "https://github.com/mjunaidca/mjs-agent-skills" --skill "mjunaidca/mjs-agent-skills/systematic-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/mjunaidca/mjs-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/mjunaidca/mjs-agent-skills"` and select the relevant skills, then follow their instructions.