ihealthstrategy/ReviewPilot

AI code review for a pull request using Claude Code (agentic, whole-project context).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
engineReview engine: claude-agent (recommended) | claude-code | mocknoclaude-agent
anthropic-api-keyAnthropic API key for the Claude engine.no
anthropic-base-urlOverride the Anthropic API base URL (for a relay/gateway). Empty = api.anthropic.com.no""
anthropic-modelMain model name (set to a model your relay/gateway exposes; empty = client default).no""
anthropic-small-fast-modelCheap model for background tasks (Claude Code uses one); set to a model your relay exposes.no""
anthropic-auth-tokenBearer auth token, if the relay expects Authorization: Bearer instead of x-api-key.no""
agent-modelModel for the claude-agent engine (empty = SDK default).no""
insight-filePath to a project-understanding cache file (persist with actions/cache).no""
fail-on-severityFail the check (block merge) when a finding is this severity or worse: info|minor|major|critical. Empty = never fail.no""
check-run-nameName of the published status check.noReviewPilot
only-changed-linesKeep only findings on lines the PR changed (noise reduction): true|false.nofalse
output-languageLanguage for the human-readable finding text (e.g. 'Chinese'). Empty = English.no""
engine-argsOverride args for the CLI engine (claude-code), e.g. '-p --output-format text --dangerously-skip-permissions'.no""
github-tokenToken for PR comments + check runs and pulling the action image. Pass the workflow github.token.no""
imagePrebuilt action image to run.noghcr.io/ihealthstrategy/review-pilot-action:v1
namedescription
summaryMarkdown review summary (the PR comment body).
findingsNumber of findings.
conclusionCheck conclusion: success | neutral | failure.