What problem does it solve?
Tightly coupled test suites and manual coverage analysis slow down development; this skill automates test generation from requirements, analyzes coverage, and guides teams through red-green-refactor workflows to improve quality and speed.
Core Features & Use Cases
- Generate Test Cases from Requirements: converts user stories and API specs into executable tests.
- Coverage Analysis: parses LCOV/JSON/XML coverage reports to identify gaps and propose prioritized improvements.
- TDD Workflow Guidance: provides red-green-refactor guidance, vulnerability checks, and refactoring suggestions.
- Multi-language & Framework Support: adapters for TypeScript/JavaScript (Jest, Vitest, Mocha), Python (Pytest, unittest), Java (JUnit, TestNG), and more.
- Use Case: A team updating authentication flows can auto-generate tests, verify coverage, and receive concrete next steps.
Quick Start
Provide a feature requirement and let the skill generate tests, analyze coverage, and suggest refactors.