en un clic
vouch
vouch contient 11 skills collectées depuis vouchdev, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Answer a question from the vouch KB with citations, or say what's missing
Propose a dated followup the vouch digest will surface until closed
Propose a typed record (contact, org, project) into the vouch KB
File something the user wants remembered as a cited, review-gated proposal
Narrate the vouch digest — pending reviews, decisions, stale claims, due followups
Distill a merged PR into vouch claim proposals
Recall what the project's vouch KB knows about a topic
Use vouch's KB to ground a fix for a GitHub issue
Show the project's vouch KB at a glance
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.
Use when the user invokes `/pr-precheck <repo> <topic>` or — implicitly, before any other skill opens a pull request — to check the target repo's merged and closed PR history for prior attempts at the same fix, so the agent doesn't open the Nth duplicate of an already-rejected approach. Wraps the `vouch pr-cache` CLI (build / check / show) and turns its verdict into a clear stop / ask / proceed signal.