# Vouch Status

> Show the project's vouch KB at a glance

- Skill: `vouchdev/vouch-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vouchdev/vouch-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vouchdev/vouch-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vouchdev (https://skillmd.com/u/vouchdev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vouchdev/vouch-status

---


# /vouch-status

Run vouch's `kb_status` MCP tool and surface the result. Use this when the
user asks "what's in our KB?" or before/after a long claim-proposal flow so
they can see the proposal count tick up.

Format:

```
KB at <root>
  claims:     <n>
  sources:    <n>
  entities:   <n>
  pending:    <n>   ← review queue depth
  last audit: <iso8601 timestamp>
```

If `pending > 0`, suggest the user run `vouch approve <id>` (or `vouch lint`
if they want to inspect anything first). Do not propose anything yourself.

