/review
Get an independent cross-model review of the current diff from Antigravity (Gemini), then reconcile as the final judge.
> /plugin marketplace add yuting0624/antigravity-for-claude-code > /plugin install antigravity@antigravity-for-claude-code
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/review
Context preview
What this command does when you run it.
Get an independent cross-model review of the current diff from Antigravity (Gemini), then reconcile as the final judge.
Command definition
review.mddescription: Get an independent cross-model review of the current diff from Antigravity (Gemini), then reconcile as the final judge.
argument-hint: "[--adversarial] [scope: paths or git range]"
Use Antigravity (`agy` / Gemini) as an **independent, different-model reviewer** of the current changes, then reconcile the findings yourself (you are the final judge).
Scope/flags: $ARGUMENTS
Do this: 1. Capture the diff: `git diff` (or the range/paths in the scope above; default to uncommitted + last commit if unspecified). 2. Delegate the review to agy (pro tier) — pipe the diff in on stdin: `git diff | agy-delegate --tier pro -` (This runs as YOU, the conductor. The `antigravity-delegate` subagent cannot pipe — its PreToolUse gate refuses every pipeline since GHSA-hwv2-vjgj-8rcv, because `git` with arbitrary arguments executes arbitrary commands and `cat` feeding the wrapper ships any file to the external model. If you delegate this step, pass `--dir`.) with an instruction to find correctness/security/performance bugs, be skeptical, and list each as `file:line — issue`. If `--adversarial` is set, also have it challenge the design decisions and tradeoffs, not just line bugs. 3. **Reconcile**: for each finding, corroborate it against the actual code. Drop false positives; keep what's real. Agreement across two model families is a stronger signal; disagreement is a prompt to look closer. 4. Report the reconciled findings (most severe first) and your verdict.
Read more
description: Get an independent cross-model review of the current diff from Antigravity (Gemini), then reconcile as the final judge. argument-hint: "[--adversarial] [scope: paths or git range]"
Use Antigravity (`agy` / Gemini) as an **independent, different-model reviewer** of the current changes, then reconcile the findings yourself (you are the final judge).
Scope/flags: $ARGUMENTS
Do this: 1. Capture the diff: `git diff` (or the range/paths in the scope above; default to uncommitted + last commit if unspecified). 2. Delegate the review to agy (pro tier) — pipe the diff in on stdin: `git diff | agy-delegate --tier pro -` (This runs as YOU, the conductor. The `antigravity-delegate` subagent cannot pipe — its PreToolUse gate refuses every pipeline since GHSA-hwv2-vjgj-8rcv, because `git` with arbitrary arguments executes arbitrary commands and `cat` feeding the wrapper ships any file to the external model. If you delegate this step, pass `--dir`.) with an instruction to find correctness/security/performance bugs, be skeptical, and list each as `file:line — issue`. If `--adversarial` is set, also have it challenge the design decisions and tradeoffs, not just line bugs. 3. **Reconcile**: for each finding, corroborate it against the actual code. Drop false positives; keep what's real. Agreement across two model families is a stronger signal; disagreement is a prompt to look closer. 4. Report the reconciled findings (most severe first) and your verdict.
Run the Antigravity CLI (Gemini) as a collaborating sub-agent, right inside Claude Code. Claude conducts the judgement; Gemini does the heavy lifting — intelligent model routing across the SDLC.
Other commands on antigravity.
cloud-run-debug
Diagnose a failing Cloud Run service — Antigravity (agy/Gemini) digests the error logs cheaply, Claude infers the root cause and proposes a fix. Read-only by…
delegate
Delegate a well-scoped subtask to Antigravity (agy/Gemini) under cost discipline, then verify.
media
Understand an audio / video / image file — Antigravity (agy/Gemini) transcribes and analyzes it, returning a timestamped digest while the full transcript goes…
migrate
Migrate an existing Claude Code setup (skills, memory, CLAUDE.md, MCP, plugins, permissions) to the Antigravity CLI.
research
Claude-orchestrated deep research — Antigravity (agy/Gemini) does the grounded web legwork; Claude plans, verifies the citations, and synthesizes.

