commit
Please summarize your current changes, generate a commit message in English, then add and commit. Never include any AI tool or model as a Co-Author in commit…
Run OCR in delegation mode — OCR handles file selection and rules, the host agent performs the actual review.
> /plugin marketplace add alibaba/open-code-review > /plugin install open-code-review@open-code-review
How it fires
How this command gets triggered: by you, by Claude, or both.
/delegate-reviewContext preview
What this command does when you run it.
Run OCR in delegation mode — OCR handles file selection and rules, the host agent performs the actual review.
description: Run OCR in delegation mode — OCR handles file selection and rules, the host agent performs the actual review.
Invoke OpenCodeReview (OCR) in delegation mode. OCR determines which files to review and provides review rules; you perform the actual code review using your own capabilities.
ocr delegate preview [user-args]
This outputs mode/ref metadata and the reviewable file list.
Pass all reviewable file paths to get their review checklists:
ocr delegate rule <path1> <path2> ...
For each reviewable file, get its diff using git (based on mode/ref from Step 1):
Then review focusing on: correctness, security, performance, error handling, concurrency, maintainability. Only comment on changed code (+ lines).
Classify each issue by severity:
Automatically fix High and Medium issues that are safe and well-defined.
Fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.
Please summarize your current changes, generate a commit message in English, then add and commit. Never include any AI tool or model as a Co-Author in commit…
Create an annotated git tag with an auto-generated summary of changes since the last tag.