tarmojussila/MiniMax Code Review
AI-powered code review using MiniMax models
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| MINIMAX_API_KEY | MiniMax API key | yes | — |
| MINIMAX_MODEL | MiniMax AI model | no | MiniMax-M2.5 |
| MINIMAX_SYSTEM_PROMPT | Custom system prompt for the AI reviewer | no | You are an expert code reviewer. Review the provided code changes and give clear, actionable feedback. |
| MINIMAX_REVIEWER_NAME | Name shown in the review comment header | no | MiniMax Code Review |
| EXCLUDE_PATTERNS | Comma-separated file patterns to exclude from review (e.g. '*.lock,dist/**,*.min.js') | no | *.lock,package-lock.json,yarn.lock,pnpm-lock.yaml |
| MAX_DIFF_CHARS | Maximum total characters for the diff sent to the API (0 = unlimited) | no | 0 |
| GITHUB_TOKEN | GitHub token for API access | no | ${{ github.token }} |
Outputs
no outputs