open-code-review

open-code-review

An open-source code review tool that combines deterministic engineering with LLM agents to deliver precise line-level feedback.

Agent SkillDevOpen source代码审查AI辅助开源
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 9.3k
Source
skill-github

Overview

Open Code Review is an AI-powered code review tool incubated within Alibaba Group. By integrating deterministic engineering with LLM agents, it provides accurate line-level code reviews. The tool reads Git diffs, sends changed files to a configurable LLM, and generates structured review comments. It comes with a finely tuned rule set (e.g., NPE, thread safety, XSS, SQL injection) and supports models from OpenAI and Anthropic. Ideal for developers and teams requiring high-quality code reviews.

Capabilities

  • Precise line-level code comments
  • Built-in fine-tuned rule set
  • Supports multiple programming languages
  • Low API cost

Use cases

Code reviewCode auditCode quality improvementAutomated CI/CD pipelines

Setup

Requires: API KeyNode环境
npm install @alibaba-group/open-code-review

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started with Open Code Review?

After installation, configure the model endpoint and you can start using it immediately.

Which programming languages are supported?

Supports multiple programming languages, including Java, Python, and more.

Related skills