Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
OR

alibaba/open-code-review

AI Agent

Fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.

19k Stars1.3k Forks70 Open Issues19k WatchersGoApache-2.0
AI AgentLLM ToolAI AppAutomationUI Framework
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

It solves the problem of noisy, incomplete, and imprecise code reviews from general-purpose LLM agents by using a hybrid architecture that ensures full file coverage, accurate line-level comments, and low token consumption. It also addresses the need for a battle-tested, open-source tool that can be integrated into CI pipelines without sacrificing review quality.

Deployment reality

The available setup signal starts with: npm install -g @alibaba-group/open-code-review. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is Apache-2.0. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build automated code review pipelines that analyze Git diffs or entire files, catching defects like NPE, thread-safety issues, XSS, and SQL injection. Real-world use cases include CI integration for pull request reviews, auditing unfamiliar codebases, and enforcing coding standards across large teams. The ceiling includes reviewing any codebase with configurable LLM backends (OpenAI, Anthropic) and achieving high precision with low false-positive rates.

Source and compliance noteLast synced: Aug 5, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

alibaba/open-code-review is tracked as a Go project in the AI Agent, LLM Tool, AI App, Automation, UI Framework area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 19k total stars, with +0 today, +3.4k this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 19 days ago, and the open issue queue is 70, about 0.37% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 1.3k forks and 19k watchers suggest how often the project is reused or followed. License signal: Apache-2.0. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need AI prototypes, LLM workflows, and agent-style applications. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 5.8k. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

Apache-2.0 is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • AI prototypes, LLM workflows, and agent-style applications
  • Go teams evaluating ecosystem-native tooling
  • teams that prefer mature projects with broad adoption signals
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

19k Stars

Reuse

1.3k Forks

Attention

19k Watchers

Maintenance

active

License

Apache-2.0

Open issues

70

Overview

Open Code Review is an AI-powered code review CLI tool that reads Git diffs, sends changed files to a configurable LLM via an agent, and generates structured review comments with line-level precision. It originated as Alibaba Group's internal official AI code review assistant, serving tens of thousands of developers and identifying millions of code defects.

Key Features

- Line-level precise review comments with structured output - Supports multiple agents (Claude Code, Codex, Cursor) and platforms (Windows, macOS, Linux) - Includes 'ocr scan' for full file review of unfamiliar codebases

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

LLM Tool

Libraries and tools for LLM apps, RAG, prompts, and evals

AI App

End-user AI applications and AI-native product examples

Automation

Workflow automation, integration glue, and orchestration

UI Framework

Frontend frameworks, design systems, and interface libraries

Quick Start
npm install -g @alibaba-group/open-code-review
View on GitHub Project Homepage
Project Activity

80

Health Score

Active

Commit Activity

May 18, 2026

Created

Aug 4, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+363

Today's growth

+4.0k

7-day growth

+5.8k

30-day growth

Jul 26, 2026Aug 5, 2026
Community Health
1.3k

Forks

70

Open

19k

Watchers

Owner
OR

alibaba

GitHub profile
Topics & Language
Goagentagent-skillscode-reviewcode-review-assistantharnessrepository-level-context
Ecosystem & Usage
GitHub Repository Project Website
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

496k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

EbookFoundation/free-programming-books

:books: Freely available programming books

394k

openclaw/openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

386k
License
Apache-2.0
CreatedMay 18, 2026
Last pushAug 4, 2026
Last syncedAug 5, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

It solves the problem of noisy, incomplete, and imprecise code reviews from general-purpose LLM agents by using a hybrid architecture that ensures full file coverage, accurate line-level comments, and low token consumption. It also addresses the need for a battle-tested, open-source tool that can be integrated into CI pipelines without sacrificing review quality.

Capabilities

Developers can build automated code review pipelines that analyze Git diffs or entire files, catching defects like NPE, thread-safety issues, XSS, and SQL injection. Real-world use cases include CI integration for pull request reviews, auditing unfamiliar codebases, and enforcing coding standards across large teams. The ceiling includes reviewing any codebase with configurable LLM backends (OpenAI, Anthropic) and achieving high precision with low false-positive rates.

Bottom Line

This tool is ideal for engineering teams that want a high-precision, low-noise code review assistant that can be integrated into CI/CD pipelines and scaled across large codebases. It is less suitable for projects that require high recall (catching every possible defect) or prefer a fully LLM-driven approach without deterministic rules. The key trade-off is precision vs. recall: it favors fewer false alarms over catching every issue.

Full AI Analysis