/vouch-propose-from-pr
SkillDev toolsDistill a merged PR into vouch claim proposals
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /vouch-propose-from-pr skill
What this skill tells your AI
The instructions your AI receives, as published by vouchdev/vouch in adapters/openclaw/skills/vouch-propose-from-pr/SKILL.md and read by ahel’s review.
A PR is a decision: someone proposed a change, the team accepted it. The "why" gets compressed into the merge message and forgotten. This command preserves the why as cited claims in the KB.
Steps:
- Parse
$ARGUMENTSas a PR URL or<owner>/<repo>#<num>; default to the most-recently-merged PR you authored. - Fetch the PR title, body, and the merged-commit SHA via
gh. - Register the merge commit as a
kb_register_sourceso subsequent claims can cite it. - Read the diff. For each behavioural change (not formatting / renaming),
draft one
kb_propose_claimwhose text summarises the new invariant the code now upholds, citing the source from step 3. - Propose at most five claims per PR. If a PR is that big, suggest the contributor split it next time.
Do not auto-approve. The KB's review gate is intentional; this command only fills the queue.
Signals
- GitHub stars
- 92
- Forks
- 62
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
vouch-propose-from-pr- Source
- github.com/vouchdev/vouch