Delegation mode for open-code-review (OCR). Instead of OCR calling an LLM endpoint, this skill instructs the host agent to perform the code review itself, using OCR only for deterministic engineering: file selection and rule resolution. Use when the host agent should drive the review with its own LLM capabilities.
Open Code Review
Open Code Review is an open-source productivity skill for Claude Code and compatible agents, published by alibaba. Its author describes it as: “Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL…”. The project has 16k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/alibaba/open-code-review ~/.claude/skills/open-code-review`.
Installation
Add Open Code Review to your agent with:
git clone https://github.com/alibaba/open-code-review ~/.claude/skills/open-code-review Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Open Code Review when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in alibaba/open-code-review, an established project with 16,369 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Open Code Review do?
- Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
- How do I install Open Code Review?
- Run git clone https://github.com/alibaba/open-code-review ~/.claude/skills/open-code-review in your agent, then reload your skills. Review the source at https://github.com/alibaba/open-code-review before installing.
- Is Open Code Review free to use?
- Yes. Open Code Review is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Where does Open Code Review come from?
- Open Code Review ships inside alibaba/open-code-review, a repository that contains 3 catalogued skills in total. The repository's 16,369 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Use terminal_rg / terminal_glob for all filesystem search — your project tree as well as system configs, /var/log, /etc, archive contents. Teaches the rg vs glob vs terminal_exec("find/ls/du/tree") split, common rg flag combos for code/logs/configs, glob patterns for finding files by name, the rule that mtime/size/type predicate queries drop to terminal_exec("find ..."), and that for tree views or single-file stat info you should just use terminal_exec instead of inventing a tool. Read before reaching for raw shell to grep or find anything.
Prepare and publish DeepChat releases in this repository. Use when Codex needs to bump the app version, update CHANGELOG.md, keep release notes bilingual from v1.0.1 onward with English bullets first and Chinese bullets second, run release checks, create or update versioned release branches such as release/v1.0.1, continue a half-finished release, fast-forward main with the documented release flow, create or push version tags, or clean up release branches after publishing.
Comprehensive code review assistant that analyzes code quality, security, and best practices
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks