test-pyramid-design
Installation
SKILL.md
Test Pyramid Design
When to Use This Skill
Use this skill when:
- Test Pyramid Design tasks - Working on design optimal test pyramids with unit/integration/e2e ratios. identify anti-patterns and recommend architecture-specific testing strategies
- Planning or design - Need guidance on Test Pyramid Design approaches
- Best practices - Want to follow established patterns and standards
Overview
The Test Pyramid, introduced by Mike Cohn, visualizes the ideal distribution of tests across different levels. More granular tests at the bottom (fast, cheap) and fewer broad tests at the top (slow, expensive).