create-coverage-report

Generate a Markdown coverage report with REQ-* traceability mapping.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/foolishimp/ai_sdlc_method --skill create-coverage-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-coverage-report
Source: https://github.com/foolishimp/ai_sdlc_method/tree/main/gemini-code/plugins/testing-skills/skills/create-coverage-report
Command: npx skills add https://github.com/foolishimp/ai_sdlc_method --skill create-coverage-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Reporter crafts a detailed Test Coverage Report that maps coverage by REQ-*, highlights gaps, trends, and quality gates for dashboards and audits.

Core Features & Use Cases

  • Executive Summary: Overall coverage, critical path status, and quality gates.
  • Coverage by Requirement: Per-REQ stats with status indicators.
  • Gaps & Recommendations: Clear actions to close coverage gaps.
  • Trends & Stats: Historical coverage trends and test counts.

Quick Start

Generate a coverage report after tests run to publish to a dashboard.

Frequently Asked Questions about create-coverage-report

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

FAQPage Schema
How do I generate a coverage report that maps test coverage to requirements?

A coverage report with requirement traceability maps test execution data to REQ-* identifiers, showing which requirements are covered by tests. This Skill generates a comprehensive report after tests run, displaying coverage by requirement, gaps, and quality gate status for dashboards and compliance audits.

What should I do before generating a coverage report?

Run your test suite first to produce coverage data. The Skill processes that coverage output and requires it to be available in your environment. Once tests complete and coverage metrics exist, you're ready to generate the report.

Can I use a coverage report to identify gaps and trends?

Yes. The report highlights coverage gaps per requirement, surfaces uncovered code paths, tracks historical coverage trends, and includes test counts. It flags quality gates to help prioritize which gaps to address first.

What output format does the coverage report use?

The report generates structured Markdown sections including an executive summary, per-requirement coverage statistics, gap analysis, trend data, and recommendations. It's formatted for easy publishing to status dashboards or compliance reviews.

What tools does this coverage report work with?

The report integrates with Read, Write, Bash, Grep, and Glob tools to ingest coverage data, process requirement mappings, and output formatted results. It interoperates within standard test and reporting workflows.