All skills
Skillintermediate
/report - Generate Benchmark Report
Generate a comprehensive performance report from benchmark results.
Claude Code Knowledge Pack7/10/2026
Overview
/report - Generate Benchmark Report
Generate a comprehensive performance report from benchmark results.
Steps
- Load benchmark results from the most recent run or specified file
- Calculate aggregate statistics across all benchmarked endpoints
- Create a response time distribution histogram (text-based)
- Rank endpoints by performance: fastest to slowest (p99 latency)
- Identify endpoints that fail SLA requirements
- Calculate throughput capacity: maximum sustainable requests per second
- Analyze error patterns: which endpoints fail and at what concurrency level
- Compare against previous benchmark results if available
- Calculate performance regression or improvement percentages
- Generate recommendations: caching candidates, scaling needs, optimization targets
- Create an executive summary with overall system performance health
- Save the report as markdown with embedded tables and charts
Rules
- Present latency in milliseconds for fast endpoints, seconds for slow ones
- Always include both average and percentile metrics (averages hide outliers)
- Show error rates alongside performance metrics
- Include the test configuration in the report for reproducibility
- Flag any endpoint with p99 latency over 1 second as requiring attention
- Compare against industry benchmarks for the endpoint type (REST, GraphQL)
- Include a recommendations section prioritized by impact