fintama/AI Code Review Agent

Agentic PR reviewer using Claude — reads your project rules, specs, and codebase to post inline review comments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 10, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: fintama/review-agent-action@7e9eb3db9f79bcd7de6379246d123f15f8d37697 # v1

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

namedescriptionrequireddefault
anthropic-api-keyAnthropic API key for Claudeyes
app-idGitHub App ID for posting reviews (comments appear as the app identity)no""
app-private-keyGitHub App private key (PEM format)no""
github-tokenGitHub token (fallback if no GitHub App configured). Uses github.token by default.no${{ github.token }}
config-pathPath to the project config file (relative to repo root)no.github/review-agent/config.yaml
modelClaude model to usenoclaude-opus-4-6
max-tokensMax tokens for LLM responseno8192
auto-approveEnable auto-approval for safe PRs (true/false)notrue
dry-runRun without posting (for testing)nofalse
incrementalReview only files changed in the latest push (synchronize events). Full PR diff is still provided as context.notrue

no outputs