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.
Context-aware reviews that understand your code, not just the diff.
Builds dependency graphs and analyzes your entire codebase — not just the changed lines. Catches subtle architectural issues other tools miss.
Catches security vulnerabilities, potential bugs, and anti-patterns before they reach production. Think of it as a senior reviewer that never sleeps.
Define your standards in plain English with .aicodereview/rules.md. Scope rules to specific files or directories with glob patterns.
Auto-generates detailed PR descriptions with key changes, risk assessment, suggestions, and Mermaid architecture diagrams.
Comment /review on any PR and get instant feedback. The bot posts inline comments on specific lines plus a full summary.
Choose your AI: OpenAI GPT-4, Anthropic Claude, or Qwen via CLI. Mix and match providers for the best results.
Three simple steps to smarter code reviews.
Install the CLI or add the GitHub Action to your workflow. Define your team's rules in a markdown file.
Open a pull request or pipe your diff to the CLI. The AI analyzes the full codebase context.
Receive a detailed PR summary, inline comments on specific lines, and actionable suggestions.
Mix and match providers — no vendor lock-in.
Pick the interface that fits your workflow.
Run reviews from your terminal on any diff or codebase
aicodereview review --diff changes.diff
Import into your Node.js projects for custom integrations
import { CodeReviewer } from '@aicodereviewer/core'
Auto-review every PR in your CI/CD pipeline
uses: aicodereviewer/action@v1
Comment /review on PRs for instant feedback
/review
Open source, multi-AI, and ready for your team. Get started in under 2 minutes.