test-analyze
Installation
SKILL.md
Test Analysis and Fix Planning
Analyzes test results from any testing framework, uses Zen planner to create a systematic fix strategy, and delegates fixes to appropriate subagents.
Usage
/test:analyze <results-path> [--type <test-type>] [--focus <area>]
Parameters
<results-path>: Path to test results directory or file (required)- Examples:
./test-results/,./coverage/,pytest-report.xml
- Examples: