From lrc
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/lrc:skipThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Always ensure the backend is present first.
Always ensure the backend is present first.
On Windows use the PowerShell tool:
& "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.ps1"
On Unix/macOS use the Bash tool:
bash "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.sh"
Then run:
lrc review --staged --skip
Use this only when the user explicitly asks to skip or bypass review.
npx claudepluginhub hexmostech/claude-lrc --plugin lrcGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.