jgunnink/Gemini code review
AI code review on pull requests via the Gemini API. Posts inline comments with priority labels and suggestions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gemini_api_key | Google AI Studio API key used to call the Gemini API. Pass a secret. | yes | — |
| github_token | Token used to post review comments. Defaults to the automatic GITHUB_TOKEN. | no | ${{ github.token }} |
| model | Gemini model id (e.g. gemini-flash-latest). Overrides the config file. | no | "" |
| instructions | Extra review guidance appended to the prompt. Overrides the config file. | no | "" |
| config_path | Path to the repo config file. | no | .github/gemini-review.yml |
Outputs
no outputs