test-execution
Installation
SKILL.md
Test Execution
A technology-agnostic skill for test execution strategy, environment management, and result reporting.
Execution Strategy
strategy: progressive_execution
description: "Run tests in order of feedback speed"
phases:
1_unit_tests:
description: "Fast, isolated tests"
run_first: true
fail_fast: true
typical_duration: "seconds"