ac-coverage

Map acceptance criteria to tests and generate a traceability matrix.

6|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/AsiaOstrich/dev-autopilot --skill ac-coverage
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ac-coverage
Source: https://github.com/AsiaOstrich/dev-autopilot/tree/main/.claude/skills/ac-coverage-assistant
Command: npx skills add https://github.com/AsiaOstrich/dev-autopilot --skill ac-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AC-to-test traceability gaps can obscure whether all acceptance criteria are tested, risking undetected gaps.

Core Features & Use Cases

  • Build a AC-to-test mapping from SPEC documents and test annotations
  • Generate a traceability matrix and gap report to visualize coverage
  • Use in audits or QA processes to ensure all ACs have concrete tests

Quick Start

Map ACs to tests and run the coverage workflow to produce a traceability matrix and gap report

Frequently Asked Questions about ac-coverage

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

FAQPage Schema
How do I map acceptance criteria to tests and find coverage gaps?▼

To map acceptance criteria to tests and find coverage gaps, you can parse SPEC files, locate test references via annotations, and generate a traceability matrix to visualize which acceptance criteria lack concrete tests.

What is an AC-to-test traceability matrix and when do I need one?▼

An AC-to-test traceability matrix maps each acceptance criterion to its corresponding tests. You need this matrix during QA audits or SPEC-driven testing workflows to ensure all acceptance criteria have concrete test coverage and reveal untested gaps.

How do I generate a coverage report from SPEC files and test annotations?▼

Generate a coverage report by parsing SPEC files to identify acceptance criteria, then locating test references via annotations to build an AC-to-test mapping, which produces a gap report presenting the test coverage status per acceptance criterion.

Can I use SPEC-driven testing workflows to visualize test coverage gaps?▼

Yes, SPEC-driven testing workflows support visualizing test coverage gaps by building an AC-to-test mapping from SPEC documents and test annotations, which produces a traceability matrix and gap report to highlight untested acceptance criteria.

What is the best way to ensure all acceptance criteria have concrete tests in a QA audit?▼

The best way to ensure all acceptance criteria have concrete tests during a QA audit is to generate a traceability matrix and gap report by parsing SPEC files and mapping each acceptance criterion to its test references via test annotations.