$npx -y skills add vouchdev/vouch --skill vouch-recallRecall what the project's vouch KB knows about a topic
| 1 | # /vouch-recall |
| 2 | |
| 3 | Use vouch's `kb_context` MCP tool to assemble a working set of claims, sources, |
| 4 | and entities the KB already has on the current topic. Print them with their |
| 5 | ids and citations; do not write anything. |
| 6 | |
| 7 | Steps: |
| 8 | |
| 9 | 1. Call `kb_context` with `query: "$ARGUMENTS"`. |
| 10 | 2. List every returned claim by id + one-line text; for each, show the |
| 11 | source ids it cites. |
| 12 | 3. End with a one-sentence summary of what's *missing* from the KB on this |
| 13 | topic — the gap the user can fill with `/vouch-propose-from-pr` or |
| 14 | `kb_propose_claim`. |
| 15 | |
| 16 | Be terse. The KB is meant to remove ambiguity, not pad it. |