Vouch ask
Answer a question from the vouch KB with citations, or say what's missingFrom its SKILL.md
npx -y skills add vouchdev/vouch --skill vouch-askAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 3 commands, including `Call kb_search with query: "$ARGUMENTS"` and 2 more.
SKILL.md
1.0 KB, 226 tokens by cl100k_base, as published. Nobody here has run it
/vouch-ask
Answer "$ARGUMENTS" using only reviewed knowledge from the vouch KB. Every
statement in the answer must carry a [claim-id] or [source-id] citation.
Steps:
- Call
kb_searchwithquery: "$ARGUMENTS", thenkb_contexton the same query to assemble the working set. - If the results answer the question, write the answer citing every claim id
you relied on. Use
kb_read_pagefor typed record detail (contacts, project records, followups). - If the KB cannot support an answer, say so plainly and list the closest claims found. Do not fill gaps from your own knowledge — an uncited answer is worse than no answer.
- Only when the user explicitly asks about in-flight knowledge, list
kb_list_pendingitems — each labeledUNREVIEWED— after the cited answer, never mixed into it.
Never call kb_approve. Never restate pending proposals as facts.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.