---
title: "/generate-report - Generate Load Test Report"
description: "Generate a detailed performance report from load test results."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/generate-report-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:24:45.165Z
license: CC-BY-4.0
attribution: "/generate-report - Generate Load Test Report — Claudary (https://claudary.paisolsolutions.com/skills/generate-report-1)"
---

# /generate-report - Generate Load Test Report
Generate a detailed performance report from load test results.

## Overview

# /generate-report - Generate Load Test Report

Generate a detailed performance report from load test results.

## Steps

1. Locate the most recent load test results in the project directory
2. Parse the raw results data (JSON, CSV, or stdout output)
3. Calculate key metrics: avg response time, p50, p95, p99 latency, throughput (req/s)
4. Calculate error rate breakdown by HTTP status code
5. Identify the slowest endpoints and their average response times
6. Compare results against SLA thresholds if defined in config
7. Generate performance trend charts as ASCII tables showing latency over time
8. Create a summary section with pass/fail status for each metric
9. Add recommendations based on findings (caching, connection pooling, query optimization)
10. Save the report as a markdown file with timestamp in the reports directory
11. If previous reports exist, include a comparison showing performance changes

## Rules

- Always include p99 latency as it reveals tail latency issues
- Flag any endpoint with response time exceeding 1 second as a concern
- Include request volume context (total requests, requests per second)
- Compare against previous baselines when available
- Format numbers consistently (2 decimal places for latency, whole numbers for counts)
- Include test configuration details (VUs, duration, ramp-up) in the report header

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/generate-report-1) · https://claudary.paisolsolutions.com
