skills/test-strategy/SKILL.md
Use when building a test coverage plan, choosing what to test at each layer, or applying risk-based testing to focus effort
npx skillsauth add kienbui1995/magic-powers test-strategyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When starting a new project, the test suite is chaotic, or coverage is either too low (bugs slip through) or too high (tests slow everything down).
/\
/E2E\ (few — slow, expensive, fragile)
/------\
/Integration\ (some — verify service interactions)
/------------\
/ Unit Tests \ (many — fast, isolated, specific)
/--------------\
Invert = ice cream cone = too many E2E tests = slow, flaky CI.
Unit (function/class level):
Integration (service/DB level):
E2E (full stack):
Prioritize coverage based on:
Track:
content-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.