# Vouch

> Manually vouch for the staged tree without AI review using the canonical lrc backend. Also use for natural-language requests like "vouch for this", "approve manually", "manual approval", or "mark this reviewed without ai".

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

---


# lrc vouch

Always ensure the backend is present first.

On **Windows** use the PowerShell tool:
```powershell
& "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.ps1"
```

On **Unix/macOS** use the Bash tool:
```bash
bash "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.sh"
```

Then run:

```bash
lrc review --staged --vouch
```

Use this only when the user explicitly asks to manually approve the change.
