🔍
QualityGo

Open Code Review

by alibaba

Open Code Review is a Quality skill for Claude Code, published by alibaba in open-code-review.

20.4K stars1.4K forkson alibaba/open-code-reviewAdded 2026/08/14+1% in starsRepository updated 2026/08/14
agentagent-skillscode-reviewcode-review-assistantharnessrepository-level-context
Install in seconds
Install Open Code Review
Copy Open Code Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/alibaba/open-code-review/tree/main/plugins/open-code-review/skills/open-code-review ~/.claude/skills/open-code-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/alibaba/open-code-review.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/open-code-review/skills/open-code-review/SKILL.md in alibaba/open-code-review
Installs to
~/.claude/skills/open-code-review
Collection
One of 8 skills cataloged from this repository
Category
Quality1354 skills

What Open Code Review does

Open Code Review runs AI-powered code review on Git changes using the ocr CLI. Use it to review pull requests, commits, staged or unstaged changes, or compare branches, with line-level comments and optional automatic fixes.

Open Code Review is cataloged under Quality on DirSkills. Open Code Review comes from a repository tagged agent, agent-skills, code-review, code-review-assistant and harness.

Documentation

README

Open Code Review

This Codex plugin skill intentionally mirrors the canonical skill at skills/open-code-review/SKILL.md. Keep both files synchronized when updating OCR agent instructions; a symlink is avoided because plugin installs may only materialize the plugin subtree.

A skill for invoking open-code-review (ocr) — an open-source AI code review CLI that reads Git diffs and generates structured, line-level review comments.

Prerequisites check

Before starting a review, verify the environment:

# 1. Check the CLI is installed
which ocr || echo "NOT INSTALLED"

# 2. Verify LLM connectivity
ocr llm test

If ocr is not installed, install it first:

npm install -g @alibaba-group/open-code-review

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Open Code Review

  • What else does alibaba publish alongside Open Code Review?

    Open Code Review is one of 8 skills that DirSkills catalogs from alibaba/open-code-review, the repository it ships in. Its siblings there include Open Code Review, Open Code Review and Open Code Review. Each one is a separate skill with its own page in this directory, installs the same way Open Code Review does, and is maintained by alibaba in that same repository. The rest of the collection is listed on the alibaba/open-code-review page.

  • How does Open Code Review compare to other Quality skills?

    Open Code Review ranks #143 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Open Code Review against them. Open each page to compare what they document and how they install.

More from alibaba/open-code-review

Open Code Review is one of 8 skills cataloged on DirSkills from alibaba/open-code-review.

See all 8 skills
🔍
2w ago

Open Code Review

Open Code Review wraps the ocr CLI as an agent skill that checks prerequisites, runs code review with business context, classifies comments by severity, and can apply safe fixes. Use it for automatic code review of working copies, commits, or branch ranges.
Quality
20.4K1.4K
🔍
2w ago

Open Code Review

Open Code Review runs automated code reviews through a CLI, checks for bugs and security issues, classifies findings as High/Medium/Low, and can apply safe fixes when requested.
Quality
20.4K1.4K
🔍
2w ago

Open Code Review

Open Code Review registers a code review CLI as a callable skill so AI agents can check prerequisites, run reviews on commits/branches/working copies, and classify findings as High, Medium, or Low. Use it when you want an agent to review code changes and optionally apply safe fixes.
Quality
20.4K1.4K
🔍
2w ago

Open Code Review

Open Code Review registers OCR as a callable skill for AI agents, enabling them to run automated code reviews with pre-checks, LLM connection tests, and High/Medium/Low severity grading. Use it when an agent needs to review commits, branches, or working copies and optionally apply fixes.
Quality
20.4K1.4K
🔍
2w ago

Open Code Review

Open Code Review performs AI-powered code review on Git changes using the ocr CLI, producing structured line-level review comments. Use it when the user asks to review a pull request, commit, staged/unstaged changes, or compare branches for bugs, security issues, performance problems, and code quality concerns.
Quality
20.4K1.4K
🔍
2w ago

Open Code Review Delegate

Open Code Review Delegate instructs the host agent to perform code review itself, using OCR only for deterministic file selection and rule resolution. Use when the host agent should drive the review with its own LLM capabilities.
Quality
20.4K1.4K