# Skip

> Skip AI review for the staged tree and write an attestation with the canonical lrc backend. Also use for natural-language requests like "skip lrc review", "bypass review", "skip this review", or "do not run ai review".

- Skill: `hexmostech/skip` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hexmostech/skip`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hexmostech/skip/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/skip

---


# lrc skip

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 --skip
```

Use this only when the user explicitly asks to skip or bypass review.
