18 lines
457 B
JSON
18 lines
457 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": [
|
|
"./agents/code-reviewer.md",
|
|
"./agents/architect-review.md",
|
|
"./agents/security-auditor.md"
|
|
],
|
|
"commands": [
|
|
"./commands/full-review.md",
|
|
"./commands/pr-enhance.md"
|
|
]
|
|
} |