minhphu102003/Synaptic PR Review

Free AI PR review using OpenCode free model. Anti-hallucination rules, severity callouts, Mermaid diagrams.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 4, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: minhphu102003/ai-pr-review-action@c91d18ccf294b6ea32df4c52be441c66a87aec13 # v0.2.7

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
engineLLM engine to use: opencode or directnoopencode
modelModel name (e.g. opencode/mimo-v2.5-free, gpt-4.1-mini, claude-haiku-4-5-20251001)no""
opencode_api_keyAPI key for OpenCode engine. Store as GitHub secret, do not hardcode.no""
openai_api_keyOpenAI API key (for direct engine). Store as GitHub secret, do not hardcode.no""
openai_base_urlCustom base URL for OpenAI-compatible API (e.g. https://openrouter.ai/api/v1, http://localhost:11434/v1)no""
anthropic_api_keyAnthropic API key (for direct engine). Store as GitHub secret, do not hardcode.no""
anthropic_base_urlCustom base URL for Anthropic-compatible APIno""
github_tokenGitHub token for posting review commentsyes${{ github.token }}
prompt_filePath to custom prompt file in your repo (overrides built-in prompt)no""
excludeGlob patterns to exclude from review (comma-separated)no""
context_filesComma-separated list of files to include as context for the review (e.g. docs/architecture.md,CLAUDE.md). Auto-detects if empty.no""
update_commentUpdate existing review comment instead of creating a new onenotrue
shareShare OpenCode session link in PR comment (opencode engine only)nofalse

no outputs