Open Source — MIT Licensed

Code Reviews That
Actually Understand
Your Codebase

AI-powered reviews with full project context — not just diffs. Catches bugs, security issues, and enforces your team's standards. Works as CLI, GitHub Action, or Bot.

# Install & run
npm install -g @aicodereviewer/cli

# Review a PR diff
aicodereview review --diff changes.diff

# Or pipe directly from git
git diff main | aicodereview review --stdin
4
Interfaces: CLI, Module, Action & Bot
3+
AI Providers Supported
30+
Languages Supported
MIT
Open Source License

Everything Your Team Needs

Context-aware reviews that understand your code, not just the diff.

🧠

Full Codebase Context

Builds dependency graphs and analyzes your entire codebase — not just the changed lines. Catches subtle architectural issues other tools miss.

🛡️

Security & Bug Detection

Catches security vulnerabilities, potential bugs, and anti-patterns before they reach production. Think of it as a senior reviewer that never sleeps.

📋

Custom Team Rules

Define your standards in plain English with .aicodereview/rules.md. Scope rules to specific files or directories with glob patterns.

📊

AI PR Summaries

Auto-generates detailed PR descriptions with key changes, risk assessment, suggestions, and Mermaid architecture diagrams.

🤖

Interactive Bot

Comment /review on any PR and get instant feedback. The bot posts inline comments on specific lines plus a full summary.

Multi-Provider AI

Choose your AI: OpenAI GPT-4, Anthropic Claude, or Qwen via CLI. Mix and match providers for the best results.

Up and Running in Minutes

Three simple steps to smarter code reviews.

1

Install & Configure

Install the CLI or add the GitHub Action to your workflow. Define your team's rules in a markdown file.

2

Submit a PR

Open a pull request or pipe your diff to the CLI. The AI analyzes the full codebase context.

3

Get Intelligent Feedback

Receive a detailed PR summary, inline comments on specific lines, and actionable suggestions.

Use Your Favorite AI

Mix and match providers — no vendor lock-in.

🟢 OpenAI GPT-4, GPT-4 Turbo
🟣 Anthropic Claude 3 Sonnet, Opus
🔵 Qwen Via CLI subprocess

One Engine, Four Ways to Use It

Pick the interface that fits your workflow.

💻

CLI

Run reviews from your terminal on any diff or codebase

aicodereview review --diff changes.diff
📦

Module

Import into your Node.js projects for custom integrations

import { CodeReviewer } from '@aicodereviewer/core'
🔄

GitHub Action

Auto-review every PR in your CI/CD pipeline

uses: aicodereviewer/action@v1
🤖

Bot

Comment /review on PRs for instant feedback

/review

Ready for Smarter Code Reviews?

Open source, multi-AI, and ready for your team. Get started in under 2 minutes.