fintama/AI Code Review Agent
Agentic PR reviewer using Claude — reads your project rules, specs, and codebase to post inline review comments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 10, 2026
- License
- None
Pinned Snippet
uses: fintama/review-agent-action@7e9eb3db9f79bcd7de6379246d123f15f8d37697 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key for Claude | yes | — |
| app-id | GitHub App ID for posting reviews (comments appear as the app identity) | no | "" |
| app-private-key | GitHub App private key (PEM format) | no | "" |
| github-token | GitHub token (fallback if no GitHub App configured). Uses github.token by default. | no | ${{ github.token }} |
| config-path | Path to the project config file (relative to repo root) | no | .github/review-agent/config.yaml |
| model | Claude model to use | no | claude-opus-4-6 |
| max-tokens | Max tokens for LLM response | no | 8192 |
| auto-approve | Enable auto-approval for safe PRs (true/false) | no | true |
| dry-run | Run without posting (for testing) | no | false |
| incremental | Review only files changed in the latest push (synchronize events). Full PR diff is still provided as context. | no | true |
Outputs
no outputs