jeremylongshore

Generating Test Reports

@jeremylongshore/Generating Test Reports
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill generates comprehensive test reports with coverage metrics, trends, and stakeholder-friendly formats (HTML, PDF, JSON). It aggregates test results from various frameworks, calculates key metrics (coverage, pass rate, duration), and performs trend analysis. Use this skill when the user requests a test report, coverage analysis, failure analysis, or historical comparisons of test runs. Trigger terms include "test report", "coverage report", "testing trends", "failure analysis", and "historical test data".

Installation

$skills install @jeremylongshore/Generating Test Reports
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/test-report-generator_20251019_144824/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Generating Test Reports

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: Generating Test Reports description: | This skill generates comprehensive test reports with coverage metrics, trends, and stakeholder-friendly formats (HTML, PDF, JSON). It aggregates test results from various frameworks, calculates key metrics (coverage, pass rate, duration), and performs trend analysis. Use this skill when the user requests a test report, coverage analysis, failure analysis, or historical comparisons of test runs. Trigger terms include "test report", "coverage report", "testing trends", "failure analysis", and "historical test data".

Overview

This skill empowers Claude to create detailed test reports, providing insights into code coverage, test performance trends, and failure analysis. It supports multiple output formats for easy sharing and analysis.

How It Works

  1. Aggregating Results: Collects test results from various test frameworks used in the project.
  2. Calculating Metrics: Computes coverage metrics, pass rates, test duration, and identifies trends.
  3. Generating Report: Produces comprehensive reports in HTML, PDF, or JSON format based on the user's preference.

When to Use This Skill

This skill activates when you need to:

  • Generate a test report after a test run.
  • Analyze code coverage to identify areas needing more testing.
  • Identify trends in test performance over time.

Examples

Example 1: Generating an HTML Test Report

User request: "Generate an HTML test report showing code coverage and failure analysis."

The skill will:

  1. Aggregate test results from all available frameworks.
  2. Calculate code coverage and identify failing tests.
  3. Generate an HTML report summarizing the findings.

Example 2: Comparing Test Results Over Time

User request: "Create a report comparing the test results from the last two CI/CD runs."

The skill will:

  1. Retrieve test results from the two most recent CI/CD runs.
  2. Compare key metrics like pass rate and duration.
  3. Generate a report highlighting any regressions or improvements.

Best Practices

  • Clarity: Specify the desired output format (HTML, PDF, JSON) for the report.
  • Scope: Define the scope of the report (e.g., specific test suite, time period).
  • Context: Provide context about the project and testing environment to improve accuracy.

Integration

This skill can integrate with CI/CD pipelines to automatically generate and share test reports after each build. It also works well with other analysis plugins to provide more comprehensive insights.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.