open-code-review/plugins/open-code-review/.cursor-plugin/plugin.json
kite c8ff673667
feat: add Cursor plugin support (#221)
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.
2026-06-26 10:35:02 +08:00

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/"
}