{ "name": "open-code-review", "owner": { "name": "alibaba" }, "description": "AI-powered code review agent that reads Git diffs, analyzes changed files with LLM tool-use capabilities, and generates structured line-level review comments with cross-referential context awareness.", "plugins": [ { "name": "open-code-review", "source": "./plugins/open-code-review/claude-code", "description": "Perform AI code review on Git diffs — supports workspace changes, branch ranges, and single commits with concurrent per-file analysis, codebase search, and deep context-aware review.", "version": "1.0.0", "license": "Apache-2.0" } ] }