Skip to content
Development
Command

/review

Get an independent cross-model review of the current diff from Antigravity (Gemini), then reconcile as the final judge.

From plugin
antigravity
34310 skills1 agent10 commands2 hooks
Install
> /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.md
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.

Read more
Ships withantigravity

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.

Get the whole plugin
Stats
349
Stars
31
Forks
Active
Maintenance
Shell
Language
MIT
License
10h ago
Last commit
3mo ago
Created

Repo: yuting0624/antigravity-for-claude-code

Other commands on antigravity.