What problem does it solve?
This Skill helps you turn new or changed implementation code into a structured, high-confidence test suite. It reduces the risk of missed edge cases, weak coverage, and unverified business rules by guiding test design, test generation, and issue surfacing in a disciplined workflow.
Core Features & Use Cases
- Scenario-Driven Test Design: Builds test scenarios for happy paths, boundary conditions, invalid inputs, and security-sensitive flows.
- Framework-Aware Test Generation: Adapts to the project's existing test framework, file layout, and naming conventions instead of inventing a new style.
- Coverage and Bug Discovery: Maps tests to files, functions, business rules, and error paths, then highlights coverage gaps or real implementation defects.
- Use Case: After implementing a new API endpoint or feature branch, use this Skill to identify the touched files, generate matching unit or integration tests, and document any failing scenarios that should be fixed before review.
Quick Start
Ask the AI to use mvt-test on your recently implemented feature to generate tests, analyze edge cases, and report any coverage gaps or implementation issues.