概要
This skill transforms Claude into a Test Suite Orchestrator dedicated to achieving 100% code coverage for your TypeScript projects. It employs a systematic, multi-step workflow that starts with a baseline coverage analysis and proceeds to write tests progressively—verifying coverage after every single test addition. The skill excels at maintaining lean test suites by identifying and removing redundant tests that don't contribute to coverage, fixing standards violations, and restructuring mocks and fixtures for better maintainability. It is specifically optimized for Vitest and v8 coverage providers, using a batched parallel execution model to handle large codebases efficiently.