integral-healthcare/Robin AI Reviewer

Auto-Review your teams pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGitHub API tokenyes
AI_PROVIDERAI provider to use (openai or claude)noopenai
AI_API_KEYAPI key for the selected AI provideryes
AI_MODELThe AI model to use for generating reviewsnogpt-5-mini
ai_max_tokensMaximum tokens the AI may generate in its review (default: 8192)no""
max_diff_bytesSoft cap on diff size in bytes before truncation (default: 200000)no""
chunk_threshold_bytesWhen the diff exceeds this many bytes, split per-file and review each chunk individually (default: 100000; 0 to disable). Ignored in review_mode=review.no""
prompt_overrideInline replacement for the system prompt. Takes precedence over prompt_file.no""
prompt_filePath (inside the workspace) to a file containing the system prompt to use instead of the bundled default.no""
review_modeOutput format: "comment" (default; single PR comment) or "review" (inline line-anchored comments via the GitHub Reviews API).nocomment
github_api_urlURL to the API of your Github Server, only necessary for Github Enterprise customersnohttps://api.github.com
files_to_ignoreSingle-line, whitespace-separated list of files to ignore (e.g. "README.md assets/* package-lock.json"). Do not use YAML block scalars (| or >); embedded newlines break CLI arg parsing.no""
OPEN_AI_API_KEY[DEPRECATED — removed in v2.0 (target 2026-Q3)] Use AI_API_KEY instead. OpenAI API token.no
gpt_model_name[DEPRECATED — removed in v2.0 (target 2026-Q3)] Use AI_MODEL instead. The OpenAI model used to generate the chat completion.no

no outputs