rsamborski/Antigravity Review Action

Execute the Google Antigravity SDK autonomous agent to review and improve code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyThe Google Gemini / Antigravity API key to authenticate language model interactionsyes
github-tokenGitHub token for pull request interactions and automated code feedbackno${{ github.token }}
modeOperational mode of the agent. Allowed: "goal" (multi-turn problem solving), "one-shot" (one query), "review" (code audit)nogoal
goal-promptThe description of the problem or requirements the agent is being instructed to resolveno
sandbox-profileEnables kernel-level or process-level containment ("true" / "false" or specific profile name/path)notrue
trust-workspaceExplicitly trust the repository workspace directory ("true" / "false") to bypass internal checksnofalse
promptThe prompt or command to execute.no
upload_artifactsWhether to upload artifacts.nofalse
workflow_nameThe GitHub workflow name.no${{ github.workflow }}
additional_contextAdditional context for the agent.no
github_pr_numberThe Pull Request number.no${{ github.event.pull_request.number }}
github_issue_numberThe Issue number.no${{ github.event.issue.number }}
namedescription
responseThe clean final response text returned by the Antigravity agent execution
statsJSON object summarizing execution metrics, token expenditures, and overall latencies