smart-test
Installation
SKILL.md
Smart Test Selection Skill
Purpose
Optimizes test execution by intelligently selecting which tests to run based on code changes. Instead of running the full test suite every time, this skill:
- Maps code changes to affected test files using import dependency analysis
- Provides tiered testing strategies for different feedback loop needs
- Tracks test reliability to prioritize stable tests in fast runs
When I Activate
I automatically load when you mention:
- "run affected tests" or "run impacted tests"
- "smart test" or "intelligent testing"
- "which tests to run" or "test selection"
- "fast tests" or "quick tests"
- "tests for changes" or "tests for this PR"