Trending / repos

alibaba/

open-code-review

OPEN CODE REVIEW IS A GO-BASED CLI FOR AI-ASSISTED CODE

12K Stars840 Forks31 Issues

Alibaba Open Code Review Brings AI Review to the CLI

alibaba/open-code-review · Go

Open Code Review is a Go-based CLI for AI-assisted code review, released by Alibaba and used at large scale. It combines deterministic review pipelines with an LLM agent, adds precise line-level comments, and includes tuned checks for issues such as null pointer errors, thread safety bugs, XSS, and SQL injection. It works with OpenAI and Anthropic compatible models, making it useful for teams that want automated review inside existing workflows.

Stars
12K
Forks
840
Issues
31
PRs
21

Open on GitHubArchive stats

Alibaba Open Code Review Brings AI Review to the CLI

Open Code Review is an open-source CLI tool for AI-assisted code review. Written in Go, it combines deterministic pipelines with an LLM agent so teams can catch common defects while still getting contextual review comments.

What it checks

The project includes tuned rules for null pointer errors, thread safety issues, XSS, and SQL injection. It can leave precise line-level comments, which helps developers act on findings without sorting through broad reports.

Model support

Open Code Review supports OpenAI and Anthropic compatible models. That makes it a practical fit for teams that want to plug code review automation into existing CI, pull request, or local development workflows.