Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:35:00 +08:00
commit eb2c65e730
7 changed files with 1052 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "performance-testing-review",
"description": "Performance analysis, test coverage review, and AI-powered code quality assessment",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/performance-engineer.md",
"./agents/test-automator.md"
],
"commands": [
"./commands/ai-review.md",
"./commands/multi-agent-review.md"
]
}