Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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": [
|
||||
"./agents/code-reviewer.md",
|
||||
"./agents/architect-review.md",
|
||||
"./agents/security-auditor.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/full-review.md",
|
||||
"./commands/pr-enhance.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user