Fully-autonomous issue-resolution pipeline. Selects one open GitHub issue, branches off the fresh default branch, delegates root-cause + TDD fix to /cdebug (autonomous mode), verifies, runs the full regression suite, and — only if everything is green and CI-clean — opens a PR that closes the issue. Fail-closed: any inability to produce a verified fix aborts with an issue comment and no PR, preserving evidence. The issue→PR sibling of /cauto.
$npx -y skills add joshft/correctless --skill cchoresInstalls into the current project.
Run `npx skills use "https://github.com/joshft/correctless" --skill "joshft/correctless/cchores"` 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/joshft/correctless" that are relevant to the current task. Run `npx skills add "https://github.com/joshft/correctless"` and select the relevant skills, then follow their instructions.