npx skills add vouchdev/vouch --skill vouch-resolve-issue --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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.
What does the vouch-resolve-issue skill do?
Use vouch's KB to ground a fix for a GitHub issue
How do I install it?
Run `npx skills add vouchdev/vouch --skill vouch-resolve-issue --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vouchdev/vouch, a repository with 120 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
