# alibaba/open-code-review

Source: [GitHub](https://github.com/alibaba/open-code-review)  
Feed7 permalink: https://feed7.dev/p/alibaba-open-code-review-f7cfdfd7bc  
Published: 2026-09-13T00:00:00.000Z  
Trust: Needs Review (needs_review)

## Why Included

Combine deterministic diff handling with targeted agent review to improve comment placement and precision while preserving broader tests.

## Source Summary

Alibaba’s open-source review CLI combines deterministic diff handling with an LLM agent to improve line-level precision and reduce token use, while explicitly trading away recall.

## Practical Implication

Use it when generic coding agents produce noisy findings, skip files, or attach comments to the wrong lines. The deterministic layer selects and bundles files, matches rules, and positions comments; isolated subagents handle related bundles concurrently.

## Agent-Ready Context

Open Code Review reads diffs, gives an LLM agent code-search and file-reading tools, and returns line-level findings. Its benchmark covers **200 pull requests**, **10 languages**, and **1,505 annotated issues** reviewed by more than 80 senior engineers.

Use it when generic coding agents produce noisy findings, skip files, or attach comments to the wrong lines. The deterministic layer selects and bundles files, matches rules, and positions comments; isolated subagents handle related bundles concurrently.

The project reports roughly **one-ninth the token use** of a general-purpose agent with the same model, plus higher precision and F1. Recall is lower by design, so it should complement rather than replace broader testing and review.

## Context Map

- Layer: tools
- Domains: coding, security
- Topics: coding-agents, agent-reliability, tool-use

## Uncertainty

- Automatically selected from source material; feed7 has not independently tested the claim.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
