murtuzaalisurti/Better - Code Reviewer Powered by AI
An AI powered code review tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 21, 2025
- License
- None
Pinned Snippet
uses: murtuzaalisurti/better@068e6fdbb9e25a6cf5e234fd4e40d9473cd881c7 # v3.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The repo token: { secrets.GITHUB_TOKEN } | yes | — |
| platform | The AI platform to use. Either `openai` or `anthropic` or `mistral` or `openrouter`. | yes | — |
| ai-model-api-key | The models api key: { secrets.<YOUR_AI_MODEL_API_KEY> } | yes | — |
| ai-model-name | The name of the AI model to be used | — | — |
| delete-existing-review-by-bot | Delete existing review(s) by bot | — | true |
| rules | The rules to consider for code review | — | — |
| filesToIgnore | List of files to ignore - a semicolon(;) separated list of glob patterns | — | — |
| max-retries | Maximum number of retries on failure - default is 3 - 0 means no retries | — | — |
Outputs
no outputs