Structured 6-phase debugging. Build feedback loop first, reproduce deterministically, hypothesize with ranked falsifiable theories, instrument one variable at a time, fix with regression test, cleanup. Use when a bug exists, tests fail unexpectedly, or behavior is wrong and cause is unknown.
$npx -y skills add datit309/supergraph --skill diagnoseInstalls into the current project.
Run `npx skills use "https://github.com/datit309/supergraph" --skill "datit309/supergraph/diagnose"` 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/datit309/supergraph" that are relevant to the current task. Run `npx skills add "https://github.com/datit309/supergraph"` and select the relevant skills, then follow their instructions.