phatblat/Claude Code Review

Generate-then-verify AI code review with line-level, applyable suggestions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 25, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: phatblat/claude-code-review@c35d8a6ea8b358e355d70df637b05046f4488532 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
github_tokenGitHub token for posting review comments. Must have pull-requests: write.yes${{ github.token }}
anthropic_api_keyAnthropic API key (or configure Bedrock/Vertex/Foundry on the action step instead).no
modelModel for the reviewer/verifier subagents.noclaude-sonnet-4-6
max_turnsMax turns for the verification step.no20
claude_code_versionPin Claude Code to a specific version (e.g. '2.1.150'). When set, the binary is cached across runs. Use 'latest' to skip caching.nolatest
skip_globsComma-separated globs to exclude (generated code, lockfiles, vendored).no""
important_thresholdMin verifier confidence to post an Important finding (0-1).no0.5
nit_thresholdMin verifier confidence to post a Nit (0-1).no0.85
max_nitsMax nit comments posted inline; the rest are summarized.no5
post_pre_existingPost findings the verifier marks as pre-existing.nofalse
show_full_outputStream the full Claude execution output to the Actions log. WARNING: may expose secrets and sensitive code in public repos.nofalse
namedescription
importantCount of Important findings posted.
nitCount of Nit findings posted.