test-tier-selection
Installation
SKILL.md
Test Tier Selection
Automatic guidance for selecting appropriate test tiers based on change context and scope.
Test Tier Definitions
| Tier | Duration | Scope | When to Run |
|---|---|---|---|
| Unit | < 30s | Single function/module | After every code change |
| Integration | < 5min | Component interactions | After feature completion |
| E2E | < 30min | Full user flows | Before commit/PR |