Generates comprehensive test reports with coverage metrics, failure analysis, and trend comparisons. Exports to HTML, PDF, and JSON.
How this command is triggered — by the user, by Claude, or both
Slash command
/test-report-generator:gen-reportThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Test Report Generator Create detailed, stakeholder-friendly test reports with coverage metrics, test trends, failure analysis, and exportable formats (HTML, PDF, JSON). ## What You Do 1. **Aggregate Test Results**: Collect results from all test frameworks 2. **Calculate Metrics**: Coverage, pass rate, duration, trends 3. **Generate Reports**: HTML dashboards, PDF summaries, JSON exports 4. **Trend Analysis**: Compare with previous runs, identify regressions ## Output Example Day | Tests | Pass Rate | Coverage ---------|-------|-----------|---------- Oct 11 | 1,247 | 96.1% ...
Create detailed, stakeholder-friendly test reports with coverage metrics, test trends, failure analysis, and exportable formats (HTML, PDF, JSON).
## Test Execution Report
**Date:** 2025-10-11
**Branch:** main
**Commit:** abc123
### Summary
- Total Tests: 1,247
- Passed: 1,198 (96.1%)
- Failed: 32 (2.6%)
- Skipped: 17 (1.4%)
- Duration: 4m 32s
### Coverage
- Statements: 87.3% (↑ 2.1%)
- Branches: 79.5% (↑ 1.3%)
- Functions: 91.2% (↓ 0.5%)
- Lines: 86.8% (↑ 1.9%)
### Failed Tests (32)
1. `UserService.test.ts` - Login validation
2. `PaymentAPI.test.ts` - Refund processing
### Trend (Last 7 Days)
| Day | Tests | Pass Rate | Coverage |
|---|---|---|---|
| Oct 11 | 1,247 | 96.1% | 87.3% |
| Oct 10 | 1,235 | 94.8% | 85.2% |
| Oct 09 | 1,228 | 95.2% | 84.9% |
npx claudepluginhub jamon8888/claude-code-plugins-plus --plugin test-report-generator30plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 30 plugins
/gen-reportGenerates comprehensive test reports with coverage metrics, failure analysis, and trend comparisons. Exports to HTML, PDF, and JSON.
/coverage-reportGenerates test coverage reports for Jest, Vitest, pytest, and Go projects. Analyzes results and provides prioritized recommendations for improving coverage.
/aqe-reportGenerates quality engineering reports with metrics, trends, and actionable insights. Supports multiple report types (summary, detailed, trend, executive, custom) and output formats (markdown, HTML, PDF, JSON).
/test-reviewAnalyzes test coverage and testing practices in the codebase, then generates a prioritized testing improvement plan as a markdown report. Optionally scope to files, recent changes, or a pull request.
/test-coverageAnalyzes test coverage reports, identifies files below 80% coverage, and generates unit, integration, and E2E tests to raise overall coverage above 80%.
/test-coverageAnalyzes test coverage across multiple languages, identifies gaps, and guides strategic test writing to improve line, branch, function, and statement coverage.