/vouch-resolve-issue
SkillDev toolsUse vouch's KB to ground a fix for a GitHub issue
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-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:
- Parse
$ARGUMENTSas a GitHub issue URL or<owner>/<repo>#<num>shorthand. If neither, ask for clarification. kb_contextwith the issue title + body — what does the KB already know about this area? Show the top 5 claims.- Read the relevant code paths.
- Propose the smallest fix (run the project's tests first to confirm the bug reproduces).
- After the fix is committed, propose at most three new claims via
kb_propose_claimthat 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