elementsinteractive/LGTM AI Code Review
AI-powered code reviewer for pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ai-api-key | API key for AI service (OpenAI, Anthropic, Google, etc.) | yes | — |
| git-api-key | API key for GitHub (you can use GITHUB_TOKEN) | yes | — |
| pr-number | Pull request number to review | yes | — |
| model | AI model to use (e.g. gpt-5, claude-sonnet-4-0, gemini-2.5-flash) | no | — |
| version | LGTM AI version (latest, v0.7.2, etc.) | no | latest |
| publish | Whether to publish the review as PR comments | no | true |
| exclude | Space-separated file patterns to exclude (e.g. '*.md *.json package-lock.json') | no | "" |
| config | Path to lgtm.toml configuration file (e.g. '.lgtm.toml') | no | "" |
| output-format | Output format for the review (pretty, json, markdown) | no | "" |
| verbose | Enable extra verbose output (-vv instead of -v) | no | false |
| issues_platform | Issues platform to use (github, gitlab, jira) | no | "" |
| issues_url | Base URL for the issues location. | no | "" |
| issues_api_key | API key for the issues platform. If issues options are set, but this is not provided, the git-api-key will be used instead. | no | "" |
Outputs
no outputs