validate-test-coverage

Map acceptance criteria from user stories to existing tests and report coverage gaps.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GeneralJerel/chalk-skills --skill validate-test-coverage-generaljerel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-test-coverage
Source: https://github.com/GeneralJerel/chalk-skills/tree/main/skills/validate-test-coverage
Command: npx skills add https://github.com/GeneralJerel/chalk-skills --skill validate-test-coverage-generaljerel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-reference acceptance criteria from user stories with existing tests to identify coverage gaps and ensure complete test coverage.

Core Features & Use Cases

  • Map acceptance criteria to tests across unit, integration, and E2E levels, including edge cases and error states.
  • Inventory and audit tests, test plans, and user story documents to surface gaps and inconsistencies.
  • Generate a structured coverage report detailing sources, coverage status, pyramid health, and recommended actions.

Quick Start

Run the validator against your project context to generate a comprehensive test coverage report.

Frequently Asked Questions about validate-test-coverage

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

FAQPage Schema
How do I map user story acceptance criteria to existing tests?

Test coverage gaps are identified by cross-referencing acceptance criteria from user stories with existing tests across unit, integration, and E2E levels, flagging any criterion that lacks corresponding coverage.

What is the best way to audit test coverage across the test pyramid?

Auditing test pyramid health involves enumerating acceptance criteria from user stories and test plans, then mapping them against existing tests to evaluate edge cases, error states, and overall coverage gaps.

How do I generate a QA audit report for missing test coverage?

Generating a QA audit report involves running a validator against project context to inventory test plans and user story documents, surfacing inconsistencies and detailing coverage status with recommended actions.

Can I identify uncovered edge cases from user stories automatically?

Yes, this Skill identifies acceptance criteria from user stories and maps them to existing tests, explicitly flagging edge cases and error states that lack corresponding coverage in a structured report.

Does this test coverage validator require existing test plans to work?

Yes, the validator applies scope from .chalk/docs and test plans to enumerate all criteria, sources, and IDs, requiring these documents to accurately inventory and audit tests against user stories.