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.
AI Agent Analysis
OR

alibaba/open-code-review

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.

stars
19k
Language
Go
GitHub
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

Overview

OpenCodeReview is an AI-powered code review CLI tool from Alibaba that combines deterministic static analysis pipelines with LLM agents to produce precise, line-level code review comments. Its core value proposition is delivering high-precision, low-noise reviews at scale, validated on millions of defects across Alibaba's internal codebase.

Installation

npm install -g @alibaba-group/open-code-review

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.

What you can build

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.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

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.

Analyzed by Git-Stars - 7/24/2026