guesswhoiam-mygithub/AI Code Review Action Provider Can Vary
Perform code reviews and comment on diffs using AI (OpenAI, Anthropic, or Gemini).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token to interact with the repository. | yes | — |
| API_KEY | API key for the AI provider (OpenAI, Anthropic, or Gemini). | no | "" |
| API_PROVIDER | AI provider to use: openai, anthropic, or gemini. | no | openai |
| API_MODEL | AI model name (e.g., gpt-4, claude-sonnet-4-20250514, gemini-pro). | no | gpt-4 |
| API_BASE_URL | Custom API base URL (overrides the provider default endpoint). | no | "" |
| MAX_TOKENS | Maximum number of tokens for the AI model response. | no | 16384 |
| exclude | Glob patterns to exclude files from the diff analysis | no | "" |
| OPENAI_API_KEY | (Deprecated: use API_KEY) OpenAI API key. | no | "" |
| OPENAI_API_MODEL | (Deprecated: use API_MODEL) OpenAI API model. | no | "" |
Outputs
no outputs