Use when investigating a bug or unexpected behavior. Forces structured root-cause investigation before any code changes. Trace the call chain, document hypotheses, confirm the root cause, then fix.
$npx -y skills add cukas/patrol --skill diagnoseInstalls into the current project.
Run `npx skills use "https://github.com/cukas/patrol" --skill "cukas/patrol/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/cukas/patrol" that are relevant to the current task. Run `npx skills add "https://github.com/cukas/patrol"` and select the relevant skills, then follow their instructions.