Use when fixing a bug, unexpected behavior, or test failure. Investigation-first TDD loop that traces root cause before touching code.
$npx -y skills add cukas/patrol --skill trace-fixInstalls into the current project.
Run `npx skills use "https://github.com/cukas/patrol" --skill "cukas/patrol/trace-fix"` 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.