Files
cursor__plugins/code-review/.cursor-plugin/plugin.json
eriknson 2ea22ffa0b Expand plugin descriptions for better marketplace context
Adds a second sentence to each plugin description that summarizes
what the plugin actually provides, verified against skill, rule,
and agent content. First sentence preserved for truncated display.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 12:51:56 +01:00

31 lines
789 B
JSON

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