-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 789 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "code-review",
"displayName": "Code Review",
"version": "1.0.0",
"description": "Code review for correctness, security, and regressions. Provides risk-focused review workflows, a dedicated security reviewer agent, and test gap analysis with prioritized findings.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"code-review",
"pull-request",
"security",
"regression",
"testing"
],
"category": "developer-tools",
"tags": [
"review",
"quality",
"security"
],
"skills": "./skills/",
"rules": "./rules/",
"agents": "./agents/"
}