coverage-report

Analyze coverage history and trends across snapshots and branches.

1|2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill coverage-report-parisgroup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coverage-report
Source: https://github.com/parisgroup-ai/imersao-ia-setup/tree/main/skills/coverage-report
Command: npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill coverage-report-parisgroup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze coverage history and trends.

Core Features & Use Cases

  • Generate Markdown reports summarizing Vitest, Playwright, and pytest coverage across snapshots.
  • Compare branches and identify improvements or regressions over 7-day and 30-day windows.
  • Visualize progress with ASCII trend charts and cross-reference with E2E coverage plans.

Quick Start

Run the coverage-report command to generate the latest coverage snapshot and view the 7-day trend.

Frequently Asked Questions about coverage-report

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

FAQPage Schema
How do I analyze coverage history and trends across multiple test frameworks?

You can analyze coverage history and trends by parsing .coverage-history/snapshots.jsonl files to compute current state and 7/30-day trends for Vitest, Playwright, and pytest, generating a formatted Markdown report.

Can I compare test coverage improvements or regressions across different branches?

Yes, you can compare branches and identify coverage improvements or regressions over 7-day and 30-day windows by cross-referencing E2E coverage plans and computing trends from snapshot data.

What is the best way to visualize test coverage trends over time?

The best way to visualize test coverage trends is by generating ASCII trend charts within a Markdown report that summarizes your 7-day and 30-day coverage history across repositories.

Does coverage reporting work with multi-tool data from Vitest, Playwright, and pytest?

Yes, coverage reporting works with multi-tool coverage data applied across Vitest, Playwright, and pytest, parsing snapshot files to analyze coverage history and trends across repositories and branches.

How do I generate a coverage snapshot and view the 7-day trend?

You can generate the latest coverage snapshot and view the 7-day trend by running the coverage-report command, which parses snapshot data and outputs a formatted Markdown report with ASCII trend charts.