MCP HubMCP Hub
スキル一覧に戻る

generating-test-reports

jeremylongshore
更新日 Today
354 閲覧
712
74
712
GitHubで表示
メタpdfaitestingdata

について

このスキルは、様々なフレームワークからのテスト結果を集約し、カバレッジや合格率などの主要メトリクスを算出することで、包括的なテストレポートを生成します。ステークホルダーに適した出力形式(HTML、PDF、JSON)を提供し、履歴比較のためのトレンド分析も行います。テストレポート、カバレッジ分析、または障害分析が必要な場合にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/generating-test-reports

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-migration-20251108-070147/plugins/testing/test-report-generator/skills/test-report-generator
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

evaluating-llms-harness

テスト

This 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.

スキルを見る

sglang

メタ

SGLang 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.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る