gen-test-report

Consolidate unit, integration, and end-to-end test results into a standardized report.

6|2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/i-standard1/yamasaki --skill gen-test-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gen-test-report
Source: https://github.com/i-standard1/yamasaki/tree/main/.claude/skills/gen-test-report
Command: npx skills add https://github.com/i-standard1/yamasaki --skill gen-test-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates scattered test outputs into a single, structured report to accelerate decision-making for releases and QA sign-off.

Core Features & Use Cases

  • Collects unit, integration, and end-to-end test results along with coverage data
  • Applies templates to produce consistent, stakeholder-ready reports
  • Generates or updates docs/tests/test-report.md to reflect current quality status
  • Useful for sprint reviews, release readiness, and audits

Quick Start

Run the gen-test-report skill after your tests finish to produce the latest test report from your results and templates.

Frequently Asked Questions about gen-test-report

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

FAQPage Schema
How do I consolidate test results into a single report for release readiness?▼

Consolidate test results into a single report by parsing unit, integration, and end-to-end test outputs alongside coverage data, then applying templates to produce a stakeholder-ready document. This accelerates decision-making for releases and QA sign-off.

Can I generate test reports from my CI pipeline output?▼

Yes, you can generate test reports from CI pipelines by parsing test outputs and coverage data after tests finish. The skill applies templates to produce a consistent, standardized report reflecting current quality status across environments.

Does this test reporting tool support unit, integration, and end-to-end tests?▼

Yes, the test reporting tool supports unit, integration, and end-to-end tests. It collects results and coverage data from all levels to generate a comprehensive, standardized report for sprint reviews and audits.

How do I create a standardized test report template for stakeholders?▼

Create a standardized test report by applying templates to collected test results and coverage data. The skill formats this information into a consistent, structured document designed specifically for stakeholder reviews and release decisions.

What is the best way to document test coverage status for sprint reviews?▼

The best way to document test coverage status is to generate or update a test report file, such as docs/tests/test-report.md. Parsing coverage data and test outputs creates a structured document reflecting current quality status for sprint reviews.

Do I need existing test output files to generate a test report?▼

Yes, you need existing test output files and coverage data to generate a test report. The skill parses these scattered results and applies templates to consolidate them into a single, stakeholder-ready report for quick release decisions.