test-architect
Installation
SKILL.md
Test Architect
Design test strategies, analyze coverage gaps, identify edge cases, diagnose flaky tests, and audit test suite architecture.
Scope: Test design and analysis only. NOT for running tests or CI/CD (devops-engineer), code review (honest-review), or TDD workflow.
Dispatch
| $ARGUMENTS | Action |
|---|---|
design <feature/module> |
Design test strategy and pyramid for a feature or module |
generate <file/function> |
Generate test cases (strategy text or actual test code based on context) |
gaps |
Analyze coverage gaps from coverage reports |
edge-cases <function> |
Systematic edge case identification for a function |
flaky |
Diagnose flaky tests from logs and code |
review |
Audit test suite architecture |
| Empty | Show mode menu with examples |
Canonical Vocabulary
Related skills