Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:44 +08:00
commit 9b9d90f8d3
11 changed files with 541 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "test-report-generator",
"description": "Generate comprehensive test reports with coverage, trends, and stakeholder-friendly formats",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}