tdmcp-test-coverage

Run coverage harnesses, parse results, and spawn targeted test writers.

30|6|Updated May 25, 2026
One-click install
npx skills add https://github.com/Pantani/tdmcp --skill tdmcp-test-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdmcp-test-coverage
Source: https://github.com/Pantani/tdmcp/tree/main/.agents/skills/tdmcp-test-coverage
Command: npx skills add https://github.com/Pantani/tdmcp --skill tdmcp-test-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coverage gaps in tests slow down delivery and erode confidence.

Core Features & Use Cases

  • Orchestrates tdmcp coverage work across harness, writers, and gates.
  • Identifies gaps, assigns focused test tasks, and tracks deltas.
  • Produces structured reports and wave-ready guidance for next steps.

Quick Start

Run the coverage harness to identify gaps, then spawn targeted test writers to close them.

Frequently Asked Questions about tdmcp-test-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify and close test coverage gaps in an automated workflow?

To identify and close test coverage gaps, you can run an automated coverage harness to parse the latest results, then spawn dedicated writers to generate targeted tests. This workflow tracks coverage deltas and produces structured reports for gap validation.

What is the best way to automate vitest coverage gate validation?

Automating vitest coverage gate validation involves orchestrating coverage harness runs, parsing the resulting metrics, and assigning focused test tasks to close gaps. This ensures the gate validation checks the latest coverage deltas before passing.

Does this coverage workflow require a specific testing harness to parse results?

Yes, the workflow requires running a coverage harness to parse the latest test results. It uses these parsed results to identify specific coverage gaps and spawn dedicated coverage writers to address them.

Can I use msw to build focused test harnesses for missing coverage?

You can use msw to build focused test harnesses by spawning dedicated coverage writers that target specific gaps. The workflow orchestrates these writers to generate targeted tests, ensuring missing coverage is closed efficiently.

Why does test coverage slow down delivery and how can targeted tests help?

Test coverage slows down delivery when gaps erode confidence and require manual intervention. Targeted tests help by assigning focused test tasks to close specific gaps, tracking deltas, and producing structured reports to guide next steps.