agentsclimarketplace

Vouch propose from pr

Skill vouchdev/vouch/adapters/openclaw/skills/vouch-propose-from-pr

A git-native, review-gated knowledge base for AI agents: they propose writes, you approve them. Every claim cites a source, every change is a diff in your repo. MCP + CLI.

Install
npx -y skills add vouchdev/vouch --skill vouch-propose-from-pr

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Distill a merged PR into vouch claim proposals

SKILL.md

1.0 KB, as published. Nobody here has run it

/vouch-propose-from-pr

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:

  1. Parse $ARGUMENTS as a PR URL or <owner>/<repo>#<num>; default to the most-recently-merged PR you authored.
  2. Fetch the PR title, body, and the merged-commit SHA via gh.
  3. Register the merge commit as a kb_register_source so subsequent claims can cite it.
  4. Read the diff. For each behavioural change (not formatting / renaming), draft one kb_propose_claim whose text summarises the new invariant the code now upholds, citing the source from step 3.
  5. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.