What problem does it solve? Test suites accumulate bloated, tautological, and over-mocked tests that slow feedback loops while leaving critical seams like auth isolation and error paths untested. This Skill performs a dual-mandate audit that deletes low-value tests and identifies or fixes genuine coverage gaps. ## Core Features & Use Cases - Test Bloat Pruning: Deletes fake E2E tests, tautological mock assertions, and duplicate flow tests to keep the suite fast and high-signal. - Critical Gap Detection: Identifies untested public seams such as multi-tenant isolation, negative auth paths, and widget action round-trips. - Dynamic Execution & Issue Filing: Runs pytest and TypeScript checks, presents a human-reviewed health report, then files tracked GitHub issues via gh issue create. - Use Case: Run it before a release to consolidate a slow test suite, verify auth isolation across endpoints, and automatically ticket remaining gaps for implementation. ## Quick Start Ask the agent to run a deep test audit that prunes redundant tests, executes the suite, and files issues for any critical coverage gaps it finds.