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.

When to Use This Skill

Use this skill when... Use test-report instead when...
Triaging a directory of failing-test results into a fix plan You only need a quick cached status read
Categorizing flaky, performance, accessibility, or security failures Running the tests in the first place (use test-run)
Delegating fixes to specialized subagents Asking strategic "how should we test X?" questions (use test-consult)
Producing a structured plan from JUnit XML or coverage output Iterating on a single failing spec (use test-focus)

Usage

/test:analyze <results-path> [--type <test-type>] [--focus <area>]
Installs
54
GitHub Stars
39
First Seen
Feb 9, 2026
test-analyze — laurigates/claude-plugins