Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:38:51 +08:00
commit 8dceb57d1f
8 changed files with 1343 additions and 0 deletions

View 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"
]
}