Test Coverage Analyzer This skill helps identify gaps in test coverage and suggests specific test cases to improve code quality. When to Use This Skill - User asks to analyze test coverage - User wants to improve test coverage - User requests suggestions for missing tests - Working on increasing code coverage percentage - User mentions "coverage gaps", "untested code", or "test suggestions" Instructions 1. Detect Testing Framework Identify the testing framework(s) used in the project: JavaScript/TypeScript: - Jest: in package.json or - Mocha: in package.json or - Vitest: in package.json or -…