amondnet/Claude Code Review

AI-powered comprehensive code review using Claude with customizable review types and automated feedback

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 30, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: amondnet/claude-code-review@a31378a4c98374cd8f67a4b1603683f23cbfff29 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
anthropic_api_keyAnthropic API key (required for direct API, not needed for Bedrock/Vertex)no
claude_code_oauth_tokenClaude Code OAuth token (alternative to anthropic_api_key)no
github_tokenGitHub token with repo and pull request permissions (optional if using GitHub App)no${{ github.token }}
use_bedrockUse Amazon Bedrock with OIDC authentication instead of direct Anthropic APInofalse
use_vertexUse Google Vertex AI with OIDC authentication instead of direct Anthropic APInofalse
review_typeType of review to perform (comprehensive, security, performance, custom)nocomprehensive
custom_promptCustom review prompt for specialized review needsno
files_to_reviewSpecific files or patterns to review (default: all changed files)no
severity_labelsAutomatically add severity labels to PR based on issues foundnotrue
track_progressForce tag mode with tracking commentsnofalse
exclude_pathsComma-separated list of paths to exclude from reviewnonode_modules,dist,build,.git
max_review_commentsMaximum number of inline comments to generateno50
namedescription
review_summarySummary of the code review results
issues_foundTotal number of issues found
critical_issuesNumber of critical severity issues
high_issuesNumber of high severity issues
medium_issuesNumber of medium severity issues
low_issuesNumber of low severity issues