preen-optimize-test-execution
Installation
SKILL.md
Optimize Test Execution
Dependency-aware impact analysis system that decides which CI jobs and local checks should run based on changed files.
See also:
.github/AGENTS.mdfor full CI architecture documentation including workflow relationships, version bump automation, and agent interaction guidelines.
System Overview
The impact system operates at two levels:
| Level | Script | Trigger | Purpose |
|---|---|---|---|
| CI | ciImpact.ts |
GitHub Actions workflows | Gate E2E/mobile/deploy jobs |
| Local | runImpactedQuality.ts |
Pre-push hook | Selective lint/typecheck/build |
| Local | runImpactedTests.ts |
Pre-push hook | Selective coverage tests |