c
claude-pr-reviewer
PR agents
Updated Mar 8, 2026
★ ·
Compared with 25 other PR agents agents Updated Mar 2026
💰 Open Source
🔄 Updated Mar 2026
💰 Pricing
Open SourcePricing not publicly listed (self-hosted solution).
🎯 Use Cases
Automating first-pass code reviews for GitHub pull requests Enforcing coding standards via configurable strictness levels Providing educational feedback for junior developers Reducing bottlenecks in small teams with limited review bandwidth Tracking AI token costs for budget-conscious teams
⚖️ Pros & Cons
✅ Pros
- No dependencies simplifies deployment
- Configurable strictness adapts to team needs
- Inline comments provide actionable feedback
- Token cost transparency helps manage usage
❌ Cons
- Limited to Claude AI's code understanding capabilities
- Requires GitHub ecosystem integration
- No built-in learning from past review decisions
- Self-hosting may require infrastructure overhead
Overview
GitHub Action + CLI that uses Claude AI to automatically review pull requests, post inline comments, and report token costs. Supports strictness levels (lenient/balanced/strict). Zero dependencies, Python 3.8+.
Problem It Solves
Automating code review process for pull requests with AI assistance
Target Audience: Software developers, open source maintainers, engineering teams
Inputs
- • Pull request diff
- • Repository files
- • Strictness level setting
Outputs
- • Inline code comments
- • Review summary
- • Token cost report
Example Workflow
- 1 Trigger on pull request event
- 2 Extract diff and relevant files
- 3 Send context to Claude AI
- 4 Generate review comments
- 5 Post review to GitHub
- 6 Report token usage
Sample System Prompt
Review this code change for quality, bugs, and style. Strictness level: balanced.
Tools & Technologies
Claude AI GitHub API
Alternatives
- • Reviewpad
- • CodeRabbit
- • Mergify
🔗Related AI Agents
⚖️ Compare claude-pr-reviewer
FAQs
- Is this agent open-source?
- True
- Can this agent be self-hosted?
- True
- What skill level is required?
- intermediate
Rate This Agent
Your rating:
Reviews
Loading reviews...
Write a Review
Ready to try this agent?
claude-pr-reviewer