Audience
Developers, platform teams, and ML researchers seeking to automate deep, context-aware code review with configurable AI models and precise, actionable feedback
About Open Code Review
Open Code Review is an AI-powered code review CLI built from Alibaba’s battle-tested internal code review agent and validated across millions of real-world tasks. It reads Git diffs, sends changed files to a configurable LLM through an agent with tool-use capabilities, and generates structured review comments with precise line-level positioning. Rather than reviewing only the visible diff, the agent can read complete files, search the codebase, inspect related changes, and cross-reference context to uncover deeper issues. Its hybrid architecture separates deterministic engineering tasks such as file filtering, task splitting, rule routing, scheduling, and line positioning from LLM reasoning for risk detection, context exploration, and issue classification. A dedicated reflection module helps intercept hallucinations and knowledge drift before comments are returned. Review depth can be adjusted from low to high depending on the required balance of speed and thoroughness.