mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
7067f9d340
Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
677 B
JSON
30 lines
677 B
JSON
{
|
|
"name": "code-review",
|
|
"displayName": "Code Review",
|
|
"version": "1.0.0",
|
|
"description": "Cursor plugin for code review workflows: correctness, security, regressions, and actionable feedback",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"code-review",
|
|
"pull-request",
|
|
"security",
|
|
"regression",
|
|
"testing"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"review",
|
|
"quality",
|
|
"security"
|
|
],
|
|
"skills": "./skills/",
|
|
"rules": "./rules/",
|
|
"agents": "./agents/"
|
|
}
|