Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review:cancel-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
To cancel the active code review loop:
To cancel the active code review loop:
Check if .claude/code-review.local.md exists using Bash: test -f .claude/code-review.local.md && echo "EXISTS" || echo "NOT_FOUND"
If NOT_FOUND: Say "No active code review loop found."
If EXISTS:
.claude/code-review.local.md to get the current iteration valuerm .claude/code-review.local.mdrm -f .claude/code-review.last-report.mdCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub gn00678465/cc-copilot-plugins --plugin code-review