review
Get an independent cross-model review of the current diff from Antigravity (Gemini), then reconcile as the final judge.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/commands/review.md -o ~/.claude/commands/review.mdreview.md
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.
|
Cancel a running background Antigravity (agy) delegation job.
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 default; --apply writes the fix to a branch.
Delegate a well-scoped subtask to Antigravity (agy/Gemini) under cost discipline, then verify.
Understand an audio / video / image file — Antigravity (agy/Gemini) transcribes and analyzes it, returning a timestamped digest while the full transcript goes to a file.
Migrate an existing Claude Code setup (skills, memory, CLAUDE.md, MCP, plugins, permissions) to the Antigravity CLI.
Claude-orchestrated deep research — Antigravity (agy/Gemini) does the grounded web legwork; Claude plans, verifies the citations, and synthesizes.
Fetch the output of a finished background Antigravity (agy) job, then verify it.