vuluu2k/Claude Code Review
Automated PR code review using Claude Code with inline comments and structured summary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| claude_token | Claude OAuth token (from `claude setup-token`) | yes | — |
| github_token | GitHub token for PR operations | yes | — |
| pr_number | PR number to review (auto-detected from event context if not provided) | no | "" |
| max_turns | Maximum agentic turns for Claude | no | 80 |
| model | Claude model to use | no | claude-opus-4-8 |
| review_prompt | Override the default review prompt. If empty, uses built-in prompts/review-pr.md | no | "" |
| extra_prompt | Additional review instructions appended to the prompt (per-repo rules) | no | "" |
Outputs
| name | description |
|---|---|
| total_cost_usd | Total cost in USD |
| num_turns | Number of agentic turns used |
| session_id | Claude session ID (for resuming) |