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:

  1. Changed files/modules: Which files or modules were changed, so the subagent can identify appropriate smoke tests and focused tests.

  2. Test levels to run: Which levels to execute. Options:

Related skills
Installs
1
GitHub Stars
3.3K
First Seen
14 days ago