$npx -y skills add vouchdev/vouch --skill vouch-statusShow the project's vouch KB at a glance
| 1 | # /vouch-status |
| 2 | |
| 3 | Run vouch's `kb_status` MCP tool and surface the result. Use this when the |
| 4 | user asks "what's in our KB?" or before/after a long claim-proposal flow so |
| 5 | they can see the proposal count tick up. |
| 6 | |
| 7 | Format: |
| 8 | |
| 9 | ``` |
| 10 | KB at <root> |
| 11 | claims: <n> |
| 12 | sources: <n> |
| 13 | entities: <n> |
| 14 | pending: <n> ← review queue depth |
| 15 | last audit: <iso8601 timestamp> |
| 16 | ``` |
| 17 | |
| 18 | If `pending > 0`, suggest the user run `vouch approve <id>` (or `vouch lint` |
| 19 | if they want to inspect anything first). Do not propose anything yourself. |