vouchdev/vouch-resolve-issue
Use vouch's KB to ground a fix for a GitHub issue
npx skills add https://github.com/vouchdev/vouch --skill 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:
$ARGUMENTS as a GitHub issue URL or <owner>/<repo>#<num> shorthand.If neither, ask for clarification.
kb_context with the issue title + body — what does the KB already knowabout this area? Show the top 5 claims.
bug reproduces).
kb_propose_claim that capture:
Do not auto-approve. Leave the proposals in .vouch/proposed/ for the
maintainer to review with vouch approve after the PR merges.
Take vouchdev/vouch-resolve-issue from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.