What problem does it solve?
This Skill helps developers verify the completeness of their test coverage by analyzing codepaths, mapping existing tests, and identifying untested scenarios, ensuring software reliability.
Core Features & Use Cases
- Codepath Analysis: Trace code execution paths in changed files including error and condition branches.
- Test Mapping: Find and evaluate existing tests related to the code under review.
- Coverage Visualization: Generate ASCII summaries showing tested vs untested paths.
- Auto-Generate Tests: Create new test cases for uncovered codepaths following project conventions.
- Use Case: When preparing for deployment, a developer runs this Skill to identify untested error handling paths and automatically generate the missing tests to improve quality.
Quick Start
Invoke the skill with your code diff or source directory and review the coverage report to see gaps and suggested tests.