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.md for 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

Scripts

scripts/ciImpact/ciImpact.ts

Installs
1
Repository
a2f0/tearleads
First Seen
Mar 9, 2026
preen-optimize-test-execution — a2f0/tearleads