When to Use This Skill | Use this skill when... | Use test-quick instead when... | |---|---| | Running the complete pyramid (unit, integration, E2E) before a PR | You only need fast unit-test feedback | | Generating coverage and HTML reports across all tiers | Iterating on a single failing file (use test-focus) | | Forcing parallel pre-commit verification across the suite | Running tests for one specific framework run (use test-run) | | Producing a CI-like full pass locally | Asking strategic questions about strategy (use test-consult) | Context - Project files: ! - Test directories: ! - E2E…