agentsclimarketplace

Vouch resolve issue

Skill vouchdev/vouch/adapters/openclaw/skills/vouch-resolve-issue

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-resolve-issue

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

Use vouch's KB to ground a fix for a GitHub issue

SKILL.md

1.1 KB, as published. Nobody here has run it

/vouch-resolve-issue

Wire vouch's kb_context into an issue-resolution flow: the KB should inform the fix, and the act of solving should propose new claims that make the next contributor faster.

Steps:

  1. Parse $ARGUMENTS as a GitHub issue URL or <owner>/<repo>#<num> shorthand. If neither, ask for clarification.
  2. kb_context with the issue title + body — what does the KB already know about this area? Show the top 5 claims.
  3. Read the relevant code paths.
  4. Propose the smallest fix (run the project's tests first to confirm the bug reproduces).
  5. After the fix is committed, propose at most three new claims via kb_propose_claim that capture:
    • the root cause in one sentence (cited by the offending file:line),
    • the chosen fix pattern (cited by the patch commit), and
    • any policy/precedent established (only if novel).

Do not auto-approve. Leave the proposals in .vouch/proposed/ for the maintainer to review with vouch approve after the PR merges.

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.