validate-test-coverage

Map acceptance criteria to test cases and identify coverage gaps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-reference acceptance criteria from user stories against existing test cases to identify coverage gaps. This tool focuses on ensuring coverage across the test pyramid and highlights where tests are missing or misaligned.

Core Features & Use Cases

  • Cross-reference criteria to tests across the repository by reading .chalk/docs and test sources.
  • Inventory existing test plans and test files, mapping each criterion to corresponding tests and pyramid level.
  • Generate a comprehensive coverage report highlighting fully/partially/uncovered criteria and pyramid health issues.

Quick Start

Provide the project context and acceptance criteria to generate the 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 acceptance criteria to existing test cases for coverage analysis?

To map acceptance criteria to test cases, this Skill cross-references user stories against your repository documentation and test sources. It inventories existing tests, linking each criterion to the appropriate test pyramid level to highlight fully, partially, or uncovered areas.

What is test coverage gap analysis across the test pyramid?

Test coverage gap analysis identifies missing or misaligned tests by evaluating criteria across unit, integration, and E2E levels. This process ensures every acceptance criterion is linked to tests at the appropriate pyramid level and highlights missing edge cases.

How do I generate a test coverage report for a specific feature?

Generating a test coverage report for a specific feature requires scoping the analysis to a named story within your project documentation. This Skill evaluates the targeted criteria, maps them to existing tests, and outputs a comprehensive report detailing coverage gaps and pyramid health.

Can I check test coverage using project documentation in .chalk/docs?

Yes, you can check test coverage using .chalk/docs by evaluating all acceptance criteria found within that directory. If a specific feature is not provided, the tool scopes the analysis across all documentation to identify missing edge cases and misaligned tests.

Why does my test suite have misaligned tests for user stories?

Misaligned tests occur when acceptance criteria are not properly linked to tests at the correct pyramid level. This Skill identifies these gaps by cross-referencing criteria against test sources, ensuring tests are appropriately distributed across unit, integration, and E2E layers.