What problem does it solve? Test suites accumulate fake tests, redundant coverage, order-dependent tests, and untested code paths over time, making them slow and unreliable. This Skill systematically detects and removes these problems while guaranteeing coverage is not degraded. ## Core Features & Use Cases - Parallel Analysis Subagents: Detects cargo-cult tests, redundant coverage, order dependencies, and untested code paths using five specialized analyzers. - Adversarial Review Gate: Two independent reviewer subagents (Opus and Sonnet) must unanimously approve the optimization plan before any changes are applied. - Machine-Readable Output: Emits findings as ERROR [file:line] type: description with remediation suggestions, and verifies results with before/after metrics. - Use Case: A team with a slow, flaky test suite runs this Skill to identify mocked business logic and duplicate tests, then safely removes them after adversarial review confirms coverage is preserved. ## Quick Start Analyze my project's test suite, remove fake and redundant tests, and verify coverage is not degraded.