Open Source v1.2.0

Code review that
actually finds bugs

Transform pull requests into structured review plans ordered by risk. AI-powered analysis that delivers focused, high-signal feedback — not comment spam.

1// ReviewAI analysis — PR #247: Add payment retry logic
2 
3flow PaymentRetry {
4  risk: "high",
5  files: ["payments/retry.ts", "payments/gateway.ts"],
6  issue: "Missing max retry limit — infinite loop possible" BUG
7}
8 
9flow WebhookHandler {
10  risk: "medium",
11  suggestion: "Add idempotency key check before processing"
12}

Built for serious code review

Everything you need to review complex changes with confidence, powered by your preferred AI agent.

🧠

AI-Powered Planning

Automatically analyzes PRs, identifies logical flows, and creates a structured review plan ordered by risk level.

🎯

Task-Focused Review

Groups review items by flow, not by file. See only the code hunks relevant to each logical concern.

🐛

High-Signal Feedback

Finds real bugs anchored to specific lines. No generic comments, no noise — just actionable issues.

📋

Custom Rules

Define team standards: "DB queries must have timeouts", "API changes need migration notes". Enforced automatically.

🔒

Local-First & Private

All processing runs on your machine. No data leaves your environment. Works with your local Git repos.

📊

Visual Diagrams

Auto-generates architecture diagrams showing how changes affect the system before you read a single line.

From PR to review in seconds

Paste a PR link or pipe a diff. ReviewAI does the rest.

1

Input

Paste a GitHub or GitLab PR link, or pipe a unified diff from the terminal.

2

Analyze

AI identifies flows, maps risks, and generates a structured review plan with prioritized tasks.

3

Review

Work through tasks one by one. Export findings to your PR or share as Markdown.

Works with your AI agent

Bring your own model. ReviewAI supports all major AI coding agents.

Claude
💻
Codex
💎
Gemini
Grok
🌊
Mistral
🚀
Qwen

Install in one command

Available for macOS and Linux. Free and open source.

$ brew install --cask reviewai-dev/tap/reviewai
Then run reviewai or git diff | reviewai · View docs
🍎 macOS 🐧 Linux 🪠 WSL