mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-10 01:39:12 +00:00
Add .cursor-plugin/plugin.json manifest alongside existing Claude Code and Codex plugin integrations, reusing the shared SKILL.md. Update all README versions (EN, zh-CN, ja-JP, ko-KR, ru-RU) with Cursor badge and installation instructions.
27 lines
732 B
JSON
27 lines
732 B
JSON
{
|
|
"name": "open-code-review",
|
|
"displayName": "Open Code Review",
|
|
"version": "1.0.0",
|
|
"description": "AI-powered 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.",
|
|
"author": {
|
|
"name": "Alibaba"
|
|
},
|
|
"homepage": "https://github.com/alibaba/open-code-review",
|
|
"repository": "https://github.com/alibaba/open-code-review",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"code-review",
|
|
"cursor",
|
|
"ocr",
|
|
"open-code-review",
|
|
"ai-review",
|
|
"git-diff"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"review",
|
|
"quality",
|
|
"automation"
|
|
],
|
|
"skills": "../skills/"
|
|
}
|