Code Reviewer Pro
AI-powered code review agent that analyzes PRs, suggests improvements, catches bugs, and enforces your team style guide. Plugs into GitHub Actions.
Remixed from @devp/code-reviewer
README.md
Code Reviewer Pro
Automated code review that actually understands your codebase.
Features
- Style enforcement: Learns your team conventions and enforces them consistently
- Bug detection: Catches common patterns that lead to bugs
- Security scanning: Identifies potential vulnerabilities in new code
- Performance hints: Suggests optimizations for hot paths
- Auto-summaries: Generates clear PR descriptions from diffs
Quick Start
web42 install @devp/code-reviewer
cd code-reviewer
cp .env.example .env # Add your GitHub token
web42 start
How It Works
The agent watches for new PRs via GitHub webhooks, then:
- Fetches the diff and full file context
- Runs analysis through multiple specialized reviewers
- Posts inline comments on specific lines
- Adds a summary comment with overall assessment
Supported Languages
TypeScript, JavaScript, Python, Go, Rust, Java