[GitHub Trending] alibaba/open-code-review
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Alibaba's open-source code review tool with LLM agent is highly relevant and actionable for SDLC.
Alibaba open-sourced OpenCodeReview, an AI-powered CLI tool that reads Git diffs and sends changed files to a configurable LLM via an agent with tool-use capabilities for line-level code review. It achieves higher precision and F1 scores than general-purpose agents like Claude Code while consuming roughly 1/9 of the tokens, though with lower recall as a deliberate trade-off. The tool combines deterministic engineering for file selection, bundling, and rule matching with an agent for deep context analysis, and includes an `ocr scan` mode for auditing entire codebases.
alibaba