/vouch-resolve-issue

SkillDev tools

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the /vouch-resolve-issue skill

What this skill tells your AI

The instructions your AI receives, as published by vouchdev/vouch in adapters/openclaw/skills/vouch-resolve-issue/SKILL.md and read by ahel’s review.

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.

Signals

GitHub stars
92
Forks
62
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
vouch-resolve-issue
Source
github.com/vouchdev/vouch