What problem does it solve?
This Skill guarantees that a Flows application's test suite covers at least 80% of its codebase, preventing unnoticed bugs and regressions.
Core Features & Use Cases
- Coverage Verification: Checks for the presence of test frameworks and coverage configuration in the project.
- Automatic Fixes: Configures tooling, corrects exclusion rules, and installs missing dependencies to meet coverage thresholds.
- Test Generation: Creates initial test files for untested code paths, including hooks, services, and components, ensuring thorough coverage for reliable deployments.
- Use Case: A developer integrates this Skill into a CI/CD pipeline to automatically verify and improve test coverage, reducing manual testing efforts and increasing code quality.
Quick Start
Use this Skill to audit your project's test coverage, fix configuration issues, and generate missing tests to meet the 80% line coverage requirement.