adversarial-review
Steerable code review that challenges the design and approach, not just implementation defects. Read-only; never edits files.
Read-only code review of your git diff by a Cursor model. Reports findings; never edits files.
> /plugin marketplace add freema/cursor-plugin-cc > /plugin install cursor@tomas-cursor
How it fires
How this command gets triggered: by you, by Claude, or both.
/reviewContext preview
What this command does when you run it.
Read-only code review of your git diff by a Cursor model. Reports findings; never edits files.
description: Read-only code review of your git diff by a Cursor model. Reports findings; never edits files. argument-hint: '[--wait|--background] [--base <ref>] [--scope auto|working-tree|branch] [--model <id>] [--adversarial] [focus...]' disable-model-invocation: true allowed-tools: Read, Glob, Grep, Bash(node:*), Bash(git:*), AskUserQuestion
Run a read-only Cursor code review of the git diff through the shared review runtime (`scripts/review.mjs`).
Raw slash-command arguments: `$ARGUMENTS`
Core constraint:
Execution mode rules:
Argument handling:
Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/review.mjs" --wait -- "$ARGUMENTS"Background flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/review.mjs" --background -- "$ARGUMENTS"Claude plans. Cursor writes. Claude reviews. A Claude Code plugin that delegates coding execution to Cursor's Composer — without ever leaving the Claude Code TUI.
Repo: freema/cursor-plugin-cc
Steerable code review that challenges the design and approach, not just implementation defects. Read-only; never edits files.
Verify a page or flow in a real browser via Cursor's `chrome-devtools` MCP. Read-only — Cursor reports; does not modify source files.
Convert a Claude Code plan (or any spec file) into a task file and optionally hand it off to Cursor.