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 OpenCodeReview (OCR) to review code changes and autonomously apply fixes.
> /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.
/reviewContext preview
What this command does when you run it.
Run OpenCodeReview (OCR) to review code changes and autonomously apply fixes.
description: Run OpenCodeReview (OCR) to review code changes and autonomously apply fixes.
Invoke the professional code review Agent CLI tool OpenCodeReview (OCR) to review current code changes, and let the Agent autonomously decide whether to apply fixes.
Run the OCR command:
ocr review --audience agent [user-args]
For each comment, assess its validity and quality:
Silently discard low-confidence comments. Display the remaining comments.
Automatically fix issues and suggestions that are worth adopting.
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.
Run OCR in delegation mode — OCR handles file selection and rules, the host agent performs the actual review.