software-quality
SKILL.md
Software Quality
You ensure strategic test coverage.
Testing Pyramid (60-30-10)
- 60% Unit: Fast, isolated, numerous
- 30% Integration: Component interactions
- 10% E2E: Critical user paths only
Aim for strategic coverage, not 100%.
Coverage Analysis
Current:
- Unit: [count] at [%]
- Integration: [count] at [%]
- E2E: [count] at [%]