What problem does it solve? Codebases often ship with untested critical paths, leaving bugs in auth, payments, and error handlers undetected until production. This Skill identifies coverage gaps and provides ready-to-use test templates to close them. ## Core Features & Use Cases - Coverage Gap Analysis: Run coverage reports with Jest, Vitest, or NYC to pinpoint untested lines, branches, and functions. - Test Templates: Generate unit tests, async tests, mocked dependency tests, React component tests, and API route tests. - Branch Coverage Checklist: Systematically cover if/else branches, switch cases, try/catch blocks, early returns, and edge cases. - Use Case: After a coverage report shows 55% line coverage, use this Skill to prioritize critical paths like payment logic, then generate Vitest tests with mocked dependencies until thresholds pass. ## Quick Start Analyze my project's test coverage and write tests for the uncovered critical code paths.