From load-test-runner
Creates load test scenarios and scripts for baseline, stress, spike, soak, and scalability tests. Outputs test scripts, threshold definitions, and execution instructions.
How this command is triggered — by the user, by Claude, or both
Slash command
/load-test-runner:create-load-testThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Load Test Runner Create comprehensive load test scenarios to validate application performance. ## Test Scenarios 1. **Baseline Load**: Normal traffic patterns 2. **Stress Test**: Identify breaking points 3. **Spike Test**: Sudden traffic increases 4. **Soak Test**: Extended duration testing 5. **Scalability Test**: Performance under growth ## Process 1. Analyze application endpoints and critical paths 2. Identify key user journeys to test 3. Create load test scripts (k6, JMeter, Artillery, etc.) 4. Define performance thresholds and SLOs 5. Generate test execution instructions ## Out...
Create comprehensive load test scenarios to validate application performance.
Provide:
17plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 17 plugins
npx claudepluginhub camillanapoles/claude-code-plugins-plus-skills --plugin load-test-runner/create-load-testCreates load test scenarios and scripts for baseline, stress, spike, soak, and scalability tests. Outputs test scripts, threshold definitions, and execution instructions.
/loadtestGenerates load test scripts for k6, Artillery, Locust, JMeter; establishes baselines, runs stress/spike/soak tests, identifies bottlenecks, produces performance reports and verdicts.
/run-load-testRuns API load tests using k6, Artillery, or Gatling to measure performance, identify bottlenecks, and validate scalability.
/setup-load-testingConfigures load and performance testing for an application, covering strategy, tool selection, script development, environment setup, monitoring, and analysis.
/run-load-testRuns load and stress tests against API endpoints or web pages, monitoring real-time metrics like requests/sec and latency percentiles, identifying bottlenecks, and saving timestamped reports.