generating-test-reports
About
This skill generates comprehensive test reports by aggregating results from multiple testing frameworks and calculating key metrics like coverage and pass rates. It provides trend analysis and outputs reports in developer and stakeholder-friendly formats including HTML, PDF, and JSON. Use it when you need to create test reports, analyze failures, or compare historical test data.
Documentation
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
- Aggregating Results: Collects test results from various test frameworks used in the project.
- Calculating Metrics: Computes coverage metrics, pass rates, test duration, and identifies trends.
- 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:
- Aggregate test results from all available frameworks.
- Calculate code coverage and identify failing tests.
- 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:
- Retrieve test results from the two most recent CI/CD runs.
- Compare key metrics like pass rate and duration.
- 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.
Quick Install
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/test-report-generatorCopy and paste this command in Claude Code to install this skill
GitHub 仓库
Related Skills
sglang
MetaSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
llamaguard
OtherLlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.
evaluating-llms-harness
TestingThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
langchain
MetaLangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.
