From lrc
Manage LiveReview code review in this repository with natural language or slash-like intent. Use this for requests like "review with lrc", "skip lrc review", "vouch for this", "check if lrc is active", "enable lrc hooks", or "disable claude gate".
How this skill is triggered — by the user, by Claude, or both
Slash command
/lrc:lrc review | skip | vouch | hooks [status|enable|disable|install|uninstall] [claude|all]review | skip | vouch | hooks [status|enable|disable|install|uninstall] [claude|all]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run commands from the current repository root.
Run commands from the current repository root. Translate plain natural-language requests to the nearest canonical lrc command before running.
Default behavior:
lrc review --staged.| Intent | Command |
|---|---|
| Review staged changes | lrc review --staged |
| Review staged + block until browser decision | lrc review --staged --blocking-review |
| Skip review (write attestation, no AI) | lrc review --staged --skip |
| Vouch for changes manually | lrc review --staged --vouch |
| Review a specific prior commit | lrc review --commit HEAD |
| Intent | Command |
|---|---|
| Check hook status | lrc hooks status |
| Check Claude hook status only | lrc hooks status --surface claude |
| Disable all hooks in this repo | lrc hooks disable |
| Disable only the Claude gate | lrc hooks disable --surface claude |
| Re-enable hooks in this repo | lrc hooks enable |
| Re-enable only the Claude gate | lrc hooks enable --surface claude |
| Install global Claude hook | lrc hooks install --surface claude |
| Remove global Claude hook | lrc hooks uninstall --surface claude |
Rules:
bash "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.sh"& "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.ps1"lrc hooks status first when hook-intent wording is ambiguous.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.