EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,645+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Open Code Review
    Open Code Review icon

    Open Code Review

    Code Review
    Featured

    An open-source AI-powered code review CLI tool that uses a hybrid deterministic + LLM agent architecture to deliver precise, line-level code review comments from Git diffs.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under Apache 2.0. Self-hosted; bring your own LLM API key.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code ReviewAI Coding AssistantsAgent Harness

    Alternatives

    KodusPlannotatorLaReview
    Developer
    Alibaba GroupNo. 969 West Wen Yi Road, HangzhouEst. 1999$105M+ raised

    Listed Jun 2026

    About Open Code Review

    Open Code Review is an open-source AI code review CLI tool built by Alibaba Group and released under the Apache 2.0 license. According to the project README, it originated as Alibaba's internal official AI code review assistant and was incubated into an open-source project after internal validation. It is written in Go, installable via npm or pre-built binaries, and works with any OpenAI- or Anthropic-compatible LLM endpoint.

    What It Is

    Open Code Review (ocr) is a command-line agent that reads Git diffs, sends changed files to a configurable large language model, and generates structured review comments with line-level precision. Unlike general-purpose agents used for code review, it combines deterministic engineering pipelines with an LLM agent — each handling what it does best. The tool targets developers and teams who want automated, consistent code review integrated into their local workflow or CI/CD pipeline.

    Hybrid Architecture: Deterministic Pipelines + LLM Agent

    The README describes the core design philosophy as "Deterministic Engineering × Agent Hybrid":

    • Deterministic layer handles steps that must not go wrong: precise file selection, smart file bundling (grouping related files like i18n property pairs into a single review unit), fine-grained rule matching per file type, and external positioning and reflection modules that improve comment location accuracy.
    • Agent layer handles dynamic decisions: scenario-tuned prompt templates optimized for code review, and a purpose-built toolset distilled from production tool-call trace analysis (call frequency distributions, per-tool repetition rates, and impact on the overall call chain).

    Each file bundle runs as a sub-agent with isolated context, enabling a divide-and-conquer strategy that the README says stays stable on very large changesets and naturally supports concurrent review.

    Built-in Rule System and Customization

    OCR resolves review rules through a four-layer priority chain (CLI flag → project config → global config → system default). The system default ruleset covers common languages and file types with built-in checks for issues like NPE, thread-safety, XSS, and SQL injection. Custom rules are defined in JSON using glob path patterns with ** recursive matching and brace expansion, and can be committed to a project repository for team-wide sharing.

    Integration Paths

    The tool supports three integration modes beyond standalone CLI use:

    • Coding agent skill: Install as a slash command skill via npx skills add alibaba/open-code-review, which teaches a coding agent how to invoke ocr, classify issues by priority, and optionally apply fixes.
    • Claude Code plugin: Register the /open-code-review:review slash command directly in Claude Code via the plugin marketplace.
    • CI/CD pipelines: Run ocr review --format json in GitHub Actions or GitLab CI to automate review on pull/merge requests; the examples/ directory includes ready-made workflow templates for both platforms.

    Update: v1.2.3

    The latest release is v1.2.3, published on June 7, 2026, according to the GitHub repository metadata. The repository was created on May 18, 2026, and has seen rapid early activity with 3,813 stars and 173 forks as of the data snapshot. The project is actively maintained with recent pushes and open issues tracked on GitHub. The primary language is Go, and the project is tagged with topics including agent, code-review, harness, and repository-level-context.

    Community Discussions

    Be the first to start a conversation about Open Code Review

    Share your experience with Open Code Review, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under Apache 2.0. Self-hosted; bring your own LLM API key.

    • Full CLI access (ocr review, ocr rules, ocr config, ocr viewer)
    • Branch diff, commit, and workspace review modes
    • Custom review rules (JSON)
    • CI/CD integration (GitHub Actions, GitLab CI)
    • Claude Code plugin and skill integration

    Capabilities

    Key Features

    • AI-powered code review from Git diffs
    • Line-level precise review comments
    • Hybrid deterministic + LLM agent architecture
    • Smart file bundling for related files
    • Fine-grained rule matching per file type
    • Four-layer review rule priority chain
    • Custom JSON review rules with glob path patterns
    • Built-in rules for NPE, thread-safety, XSS, SQL injection
    • Concurrent file review with configurable concurrency
    • Branch diff, single commit, and workspace review modes
    • JSON output format for CI/CD integration
    • Claude Code plugin and slash command support
    • Coding agent skill integration via npx
    • GitHub Actions and GitLab CI examples
    • WebUI session viewer (ocr viewer)
    • OpenTelemetry telemetry integration
    • Compatible with OpenAI and Anthropic API endpoints
    • Environment variable and config file configuration

    Integrations

    Claude Code
    GitHub Actions
    GitLab CI
    OpenAI API
    Anthropic API
    CC-Switch
    npx skills registry
    Claude Code plugin marketplace
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Open Code Review and help others make informed decisions.

    Developer

    Alibaba Group

    Alibaba Group is a global technology company developing open models and infrastructure, including the Qwen series for AI applications.

    Founded 1999
    No. 969 West Wen Yi Road, China
    $105M+ raised
    124,320 employees

    Used by

    SAP
    Bosch
    Ford
    IHG (InterContinental Hotels Group)
    +36 more
    Read more about Alibaba Group
    WebsiteGitHub
    6 tools in directory

    Similar Tools

    Kodus icon

    Kodus

    Open-source AI code review agent that learns your team's coding standards, business rules, and architecture to provide tailored PR reviews.

    Plannotator icon

    Plannotator

    Interactive visual plan and code review tool for AI coding agents, with inline annotations, team sharing, and seamless integration with Claude Code, Copilot CLI, Gemini CLI, and more.

    LaReview icon

    LaReview

    A local-first, open-source code review workbench that uses AI coding agents to turn PRs and diffs into structured review plans and high-signal feedback.

    Browse all tools

    Related Topics

    Code Review

    Tools that help review, analyze, and improve code quality.

    79 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    509 tools

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    94 tools
    Browse all topics
    Back to all tools
    Discussions