Files
gh-kivilaid-plugin-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:33:04 +08:00

18 lines
602 B
JSON

{
"name": "comprehensive-review",
"description": "Multi-perspective code analysis covering architecture, security, and best practices",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./plugins/comprehensive-review/agents/code-reviewer.md",
"./plugins/comprehensive-review/agents/architect-review.md",
"./plugins/comprehensive-review/agents/security-auditor.md"
],
"commands": [
"./plugins/comprehensive-review/commands/full-review.md",
"./plugins/comprehensive-review/commands/pr-enhance.md"
]
}