🔍
QualityGo

Open Code Review Delegate

by alibaba

Open Code Review Delegate 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 Delegate
Copy Open Code Review Delegate 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-delegate ~/.claude/skills/open-code-review-delegate

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-delegate/SKILL.md in alibaba/open-code-review
Installs to
~/.claude/skills/open-code-review-delegate
Collection
One of 8 skills cataloged from this repository
Category
Quality1354 skills

What Open Code Review Delegate does

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.

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

Documentation

README

Open Code Review — Delegation Mode

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

A skill for performing AI code review where OCR provides deterministic engineering (file filtering, rule resolution) and the host agent performs the actual review using its own intelligence and tools.

Prerequisites

which ocr || echo "NOT INSTALLED"

If ocr is not installed:

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

No LLM configuration is needed for delegation mode.

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

Commands Open Code Review Delegate provides

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

  • /path

Frequently asked about Open Code Review Delegate

  • What else does alibaba publish alongside Open Code Review Delegate?

    Open Code Review Delegate 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 Delegate 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 Delegate compare to other Quality skills?

    Open Code Review Delegate ranks #149 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 Delegate against them. Open each page to compare what they document and how they install.

More from alibaba/open-code-review

Open Code Review Delegate 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 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