Use when the user invokes /auto-pr <repo-url> or asks to "open N PRs against <repo>", "auto-contribute to <repo>", or "raise mergeable PRs automatically". Wraps the vouch auto-pr CLI: points at any github repo, learns its contribution norms (from shipped guidance, else synthesized from merged PRs), sources work items (open issues first, then agent-discovered improvements), and drives claude/codex to fix each one — alternating fixer and reviewer — opening a PR only when the repo's own test gate is green and the reviewing engine signs off.
$npx -y skills add vouchdev/vouch --skill auto-prInstalls into the current project.
Run `npx skills use "https://github.com/vouchdev/vouch" --skill "vouchdev/vouch/auto-pr"` 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/vouchdev/vouch" that are relevant to the current task. Run `npx skills add "https://github.com/vouchdev/vouch"` and select the relevant skills, then follow their instructions.