mattak/Matrix Review
Gemini Code Assist style AI pull request review with a swappable model backend (claude / codex / gemini).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | Which backend to review with: claude, codex, or gemini. | no | claude |
| model | Model id to pass to the provider CLI. Defaults to that provider's recommended model. | no | "" |
| language | Language for the review prose, e.g. Japanese. | no | English |
| aspects | Comma-separated review aspects, each run as a separate provider call. Known keys: security, correctness, concurrency-resources. Empty runs all of them. Cost scales with the number of aspects (one API call each). | no | "" |
| command | Slash command that requests a review. "review" matches both /review and /gemini review. | no | review |
| instructions | Extra review instructions always appended to the prompt (e.g. project conventions). | no | "" |
| allow_any_commenter | Allow anyone to request a review with the slash command. By default only users with write access (OWNER/MEMBER/COLLABORATOR) can, so that strangers cannot spend your API credits on a public repository. | no | false |
| max_diff_chars | Diff size budget. Files beyond this are skipped rather than truncated mid-hunk. | no | 400000 |
| timeout_minutes | Timeout for the provider CLI invocation. | no | 15 |
| github_token | Token used to read the PR and post the review. | no | ${{ github.token }} |
Outputs
no outputs