Generates test reports with coverage metrics, pass rates, and trend analysis in HTML, PDF, or JSON formats. Useful for post-run reporting, failure analysis, and historical comparisons.
How this skill is triggered — by the user, by Claude, or both
Slash command
/test-report-generator:test-report-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
This skill activates when you need to:
User request: "Generate an HTML test report showing code coverage and failure analysis."
The skill will:
User request: "Create a report comparing the test results from the last two CI/CD runs."
The skill will:
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.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin test-report-generator