antigravity-review

Compare working-tree diffs against Antigravity CLI reviews for verdicts.

3|Updated Jul 4, 2020
One-click install
npx skills add https://github.com/mei28/dotfiles --skill antigravity-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-review
Source: https://github.com/mei28/dotfiles/tree/main/.claude/skills/antigravity-review
Command: npx skills add https://github.com/mei28/dotfiles --skill antigravity-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get a second-opinion code review from Antigravity CLI (agy) on the current working-tree diff or branch, returning an APPROVED/WARNING/BLOCKED verdict. Use this to cross-check Claude Code's own review with a different model.

Core Features & Use Cases

  • Cross-checks code reviews using Antigravity's read-only review.
  • Supports diffs, branches, and per-file scopes in local and CI workflows.
  • Use Case: Validate a PR by running agy to compare the diff against Claude's review and surface any discrepancies.

Quick Start

Run agy against the current diff to obtain the cross-check verdict.

Frequently Asked Questions about antigravity-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an independent code review verdict for a working-tree diff?

To get an independent code review verdict for a working-tree diff, you can cross-check it using the Antigravity CLI in read-only mode. This returns an explicit APPROVED, WARNING, or BLOCKED verdict to automate decisions.

Can I run a read-only code review on specific files in a CI workflow?

Yes, you can run a read-only code review on specific files within CI workflows. The tool supports scoping reviews to branches, diffs, or individual files to validate pull requests locally or in automated pipelines.

What is the best way to cross-check a Claude Code review with a different model?

The best way to cross-check a Claude Code review with a different model is to run the Antigravity CLI against your current diff. This provides a second-opinion review and surfaces any discrepancies between the two models.

Do I need the Antigravity CLI installed to use this cross-check Skill?

Yes, you need the Antigravity CLI (agy) installed and authenticated to use this cross-check Skill. The Skill operates by running the CLI in read-only mode to compare your target branch and generate the review verdict.

Does the Antigravity code review tool modify my repository during validation?

No, the Antigravity code review tool does not modify your repository during validation. It operates strictly in read-only mode to analyze your diff or branch and return an automated verdict without making changes.

How do I automate PR validation using an external CLI verdict?

You can automate PR validation using an external CLI verdict by running the Antigravity CLI against your pull request diff. It returns an explicit APPROVED, WARNING, or BLOCKED status that can be used for automated CI decisions.