open-code-review/plugins/open-code-review
祈愿Qiii 25c3661c62
Some checks are pending
CI / test (push) Waiting to run
CI / cross-compile (amd64, darwin) (push) Waiting to run
CI / cross-compile (amd64, windows) (push) Waiting to run
CI / cross-compile (arm64, darwin) (push) Waiting to run
CI / cross-compile (arm64, linux) (push) Waiting to run
CI / cross-compile (arm64, windows) (push) Waiting to run
docs(readme): reorganize coding agent integrations (#512)
2026-07-26 20:30:36 +08:00
..
.codex-plugin fix(codex): add native marketplace manifest (#402) 2026-07-20 22:13:50 +08:00
.cursor-plugin feat: add Cursor plugin support (#221) 2026-06-26 10:35:02 +08:00
claude-code feat(delegate): add delegation mode for host-agent driven code review (#383) 2026-07-16 13:10:54 +08:00
opencode feat(opencode): add native OpenCode integration (#498) 2026-07-26 11:33:30 +08:00
skills feat(delegate): add delegation mode for host-agent driven code review (#383) 2026-07-16 13:10:54 +08:00
CODEX.ko-KR.md feat(codex): add local Codex plugin support (#69) 2026-06-08 00:34:21 +08:00
README.md docs(readme): reorganize coding agent integrations (#512) 2026-07-26 20:30:36 +08:00

Coding agent plugins

Open Code Review ships platform-specific integrations for Claude Code, Codex, and Cursor. Choose your platform below instead of adapting installation instructions written for a different agent.

All integrations require Git 2.41 or later. Install the ocr CLI first:

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

Configure and test an OCR LLM before running a review, unless you plan to use Delegation Mode:

ocr config provider
ocr config model
ocr llm test

Claude Code

Run these commands inside Claude Code:

/plugin marketplace add alibaba/open-code-review
/plugin install open-code-review@open-code-review

This installs the /open-code-review:review and /open-code-review:delegate-review slash commands. See the Claude Code guide for manual installation, usage, and behavior.

Codex

Add this repository as a Codex marketplace, then start Codex:

codex plugin marketplace add alibaba/open-code-review
codex

Open /plugins, install and enable Open Code Review, then start a new task. The plugin exposes callable review skills backed by the local ocr CLI. For example:

@Open Code Review review my current changes
@Open Code Review review this branch against main
@Open Code Review review and fix high-confidence issues

Cursor

This repository includes a Cursor plugin manifest at .cursor-plugin/plugin.json. For a local manual installation, copy the entire plugins/open-code-review/ directory to:

~/.cursor/plugins/local/open-code-review/

Verify that the manifest is located at ~/.cursor/plugins/local/open-code-review/.cursor-plugin/plugin.json, then restart Cursor or run Developer: Reload Window. The plugin provides the portable OCR review skills from the bundled skills/ directory.

See the Cursor plugin documentation for plugin loading and management details.