What problem does it solve?
This Skill helps you verify whether recent or existing code is adequately tested by running coverage analysis and surfacing the exact classes, branches, and lines that remain untested.
Core Features & Use Cases
- Coverage execution and reporting: Runs tests with coverage for a selected module and stops early if tests fail.
- Gap analysis: Identifies uncovered classes, extracts uncovered lines from reports, and reads source code to show the real missing logic.
- Focused validation after changes: Supports filtering by class name or restricting analysis to recently changed files so you can confirm new work is properly covered after a green phase.
- Use case: After implementing a new use case or REST controller, use this Skill to check whether the changed code paths are fully exercised and to pinpoint the scenarios still missing tests.
Quick Start
Ask the AI to run the test-coverage skill for a target module such as usecase or rest and optionally focus only on recently changed classes.