Take every open PR end-to-end — diagnose failing checks, classify them (real defect vs mechanical vs environmental), fix the mechanical ones on the PR branch, re-verify, and stop at the merge gate. Use on demand ("handle the open PRs") or on an interval via /loop (e.g. "/loop 15m /pr-shepherd"). Merges only when the human has granted merge authority in the current session; otherwise reports ready-to-merge.
$npx -y skills add dshakes/compass --skill pr-shepherdInstalls into the current project.
Run `npx skills use "https://github.com/dshakes/compass" --skill "dshakes/compass/pr-shepherd"` 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/dshakes/compass" that are relevant to the current task. Run `npx skills add "https://github.com/dshakes/compass"` and select the relevant skills, then follow their instructions.