rsamborski/Antigravity Review Action
Execute the Google Antigravity SDK autonomous agent to review and improve code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | The Google Gemini / Antigravity API key to authenticate language model interactions | yes | — |
| github-token | GitHub token for pull request interactions and automated code feedback | no | ${{ github.token }} |
| mode | Operational mode of the agent. Allowed: "goal" (multi-turn problem solving), "one-shot" (one query), "review" (code audit) | no | goal |
| goal-prompt | The description of the problem or requirements the agent is being instructed to resolve | no | — |
| sandbox-profile | Enables kernel-level or process-level containment ("true" / "false" or specific profile name/path) | no | true |
| trust-workspace | Explicitly trust the repository workspace directory ("true" / "false") to bypass internal checks | no | false |
| prompt | The prompt or command to execute. | no | — |
| upload_artifacts | Whether to upload artifacts. | no | false |
| workflow_name | The GitHub workflow name. | no | ${{ github.workflow }} |
| additional_context | Additional context for the agent. | no | — |
| github_pr_number | The Pull Request number. | no | ${{ github.event.pull_request.number }} |
| github_issue_number | The Issue number. | no | ${{ github.event.issue.number }} |
Outputs
| name | description |
|---|---|
| response | The clean final response text returned by the Antigravity agent execution |
| stats | JSON object summarizing execution metrics, token expenditures, and overall latencies |