mattak/Matrix Review

Gemini Code Assist style AI pull request review with a swappable model backend (claude / codex / gemini).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
providerWhich backend to review with: claude, codex, or gemini.noclaude
modelModel id to pass to the provider CLI. Defaults to that provider's recommended model.no""
languageLanguage for the review prose, e.g. Japanese.noEnglish
aspectsComma-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""
commandSlash command that requests a review. "review" matches both /review and /gemini review.noreview
instructionsExtra review instructions always appended to the prompt (e.g. project conventions).no""
allow_any_commenterAllow 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.nofalse
max_diff_charsDiff size budget. Files beyond this are skipped rather than truncated mid-hunk.no400000
timeout_minutesTimeout for the provider CLI invocation.no15
github_tokenToken used to read the PR and post the review.no${{ github.token }}

no outputs