Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:12:03 +08:00
commit 677a7ac5ef
4 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "test-results-analyzer",
"description": "Use this agent for analyzing test results, synthesizing test data, identifying trends, and generating quality metrics reports. This agent specializes in turning raw test data into actionable insights that drive quality improvements. Examples:\\n\\n<example>\\nContext: Analyzing test suite results",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/test-results-analyzer.md"
]
}