🔍
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/pages/src/content/docs/zh/integrations ~/.claude/skills/integrations

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
pages/src/content/docs/zh/integrations/agent-skill.md in alibaba/open-code-review
Installs to
~/.claude/skills/integrations
Collection
One of 8 skills cataloged from this repository
Category
Quality1354 skills

What Open Code Review does

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.

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

把 OCR 注册为可调用的 skill,使 agent 框架能以正确的参数、前置检查与分级标准 调用它——无需你在调用侧重新推导这些。

仓库里有什么

仓库在 skills/open-code-review/SKILL.md 提供 SKILL manifest。它把 OCR 声明为可调用 skill,含前置检查、调用工作流与 评论分级标准(High/Medium/Low)。

安装

方式 1:npx skills add(推荐)

在希望 skill 可用的项目内运行:

npx skills add alibaba/open-code-review --skill open-code-review

这从 skills registry 拉取 manifest 并放入项目,使任何尊重 skills 约定的编码 agent 在下次调用时加载 它。重新运行该命令以更新 skill 到最新版本。

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

Commands Open Code Review provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /open-code-review

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 #147 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 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.
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