toriihq/Claude Code Review

AI-powered code review using Claude. Handles diff capture, re-review reconciliation, cost tracking, and configurable review authority.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
anthropic-api-keyAnthropic API keyyes
review-guide-pathPath to repo review guide markdown. Empty = no guide.no""
critical-rulesMultiline string of BLOCKER-level rules injected into promptno""
extra-promptAppended to end of prompt (custom instructions)no""
include-pr-descriptionFeed PR title+body into review promptnotrue
context-introOpening line of prompt (repo identity/context)noYou are a code reviewer.
max-filesSkip review if PR exceeds this many filesno50
max-diff-linesTruncate diff after N linesno3000
max-diff-bytesTruncate diff after N bytesno80000
max-turnsClaude conversation turn limitno30
timeout-minutesJob timeout (informational — consumer workflow controls actual timeout)no20
modelClaude model to usenoclaude-sonnet-4-6
allowed-toolsTools Claude can use during reviewnoBash,Read,Write,Grep,Glob
review-authorityReview authority level: comment-only, request-changes, or fullnorequest-changes
approve-thresholdFor full mode: strict (zero MEDIUM+) or normal (zero HIGH+)nostrict
approve-max-filesFor full mode: only approve PRs with <= N filesno50
review-labelLabel name passed to claude-code-action label_trigger. Must match consumer workflow if: condition.noclaude-review
trigger-phraseComment trigger phrase (used to exclude trigger comments from author feedback)no@claude
default-branchBase branch for guide fetch and config restore. Empty = auto-detect from repo settings.no""
skip-if-already-reviewedSkip on label trigger if no new commits since last reviewnotrue
include-previous-reviewEnable re-review reconciliation with previous findingsnotrue
track-costAppend cost/turns/model to review commentnotrue
dismiss-previous-reviewsDismiss old Claude reviews before posting new onenotrue
post-check-runAlso post the review verdict as a GitHub Check Run (in addition to the PR review). Requires checks:write in the consumer workflow permissions.nofalse
blockingCheck Run only. false = neutral conclusion (advisory). true = failure conclusion when changes are requested. NOTE: never gates merge unless the consumer marks the check required in branch protection.nofalse
check-run-nameName of the posted Check Run (also the name to select in branch-protection required checks).noClaude Code Review

no outputs