running-tests
Installation
SKILL.md
Overview
This skill is for running tests systematically, starting with fast/focused tests and progressing to slower/broader tests. This ordering allows failures to be caught early, minimizing wasted time.
This skill is designed to be run as a subagent to avoid cluttering the invoking agent's context. The output is either confirmation that all tests passed, or a report of failures.
Required Inputs (Before Launching Subagent)
Since subagents cannot ask for clarification, the invoking agent must gather this information before launching:
- Changed files/modules: Which files or modules were changed, so the subagent can identify appropriate smoke tests and focused tests.