What problem does it solve?
This Skill eliminates the wasted developer time caused by slow test suites, long CI wait times, and flaky tests that force repeated runs, all without sacrificing the confidence of your test validation.
Core Features & Use Cases
- Report-First Audits: Identifies slow tests, expensive setup/teardown, flaky hotspots, and CI bottlenecks with measured evidence, stopping before any changes unless you explicitly approve fixes.
- Bounded Fix Loops: Runs a structured optimization loop via
/goal that implements only safe, high-impact changes with before/after validation, preserving test coverage and isolation.
- Use Case: If your CI pipeline takes 20+ minutes to return test results, or flaky tests force you to re-run suites repeatedly, this skill pinpoints root causes and fixes them without weakening assertions or removing tests.
Quick Start
Invoke the test-suite-optimizer skill to audit your test suite for speed improvements, or run /goal test-suite-optimizer to automatically implement safe, measured optimizations that cut feedback time without losing validation confidence.