web42

Code Reviewer Pro

OpenClawOpenClaw

AI-powered code review agent that analyzes PRs, suggests improvements, catches bugs, and enforces your team style guide. Plugs into GitHub Actions.

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:

  1. Fetches the diff and full file context
  2. Runs analysis through multiple specialized reviewers
  3. Posts inline comments on specific lines
  4. Adds a summary comment with overall assessment

Supported Languages

TypeScript, JavaScript, Python, Go, Rust, Java