What problem does it solve?
Many projects rely on tests written from existing implementation code, which leads to tautological testing that fails to catch real bugs. This Skill addresses the lack of spec‑driven test coverage, helping teams discover gaps, edge cases, and contract violations.
Core Features & Use Cases
- Contract discovery: Scans documentation, design files, and interface definitions to extract behavioral specifications.
- Gap analysis: Compares existing test suites against extracted contracts to identify untested scenarios.
- Spec‑driven test generation: Creates new tests that directly reference spec conditions, prioritizing invalid inputs, boundary values, and error paths.
- Workflow orchestration: Uses task tools to track progress, create subtasks, and ensure systematic coverage.
Quick Start
Run the test-quality skill on a target module to generate missing spec‑driven tests.