From commands-code-analysis-testing
Configures load and performance testing: strategy, tool selection (k6, Artillery, JMeter, Locust), environment setup, scripts, scenarios, monitoring, execution, and analysis.
How this command is triggered — by the user, by Claude, or both
Slash command
/commands-code-analysis-testing:setup-load-testingThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Setup Load Testing Configure load and performance testing ## Instructions 1. **Load Testing Strategy and Requirements** - Analyze application architecture and identify performance-critical components - Define load testing objectives (capacity planning, performance validation, bottleneck identification) - Determine testing scenarios (normal load, peak load, stress testing, spike testing) - Identify key performance metrics and acceptance criteria - Plan load testing environments and infrastructure requirements 2. **Load Testing Tool Selection** - Choose appropriate loa...
Configure load and performance testing
Load Testing Strategy and Requirements
Load Testing Tool Selection
Test Environment Setup
Load Test Script Development
Performance Scenarios Configuration
Monitoring and Metrics Collection
Test Execution and Automation
Performance Analysis and Reporting
CI/CD Integration
Optimization and Maintenance
npx claudepluginhub davepoon/buildwithclaude --plugin commands-code-analysis-testing/setup-load-testingConfigures load and performance testing: strategy, tool selection (k6, Artillery, JMeter, Locust), environment setup, scripts, scenarios, monitoring, execution, and analysis.
/create-load-testCreates load test scenarios and scripts for k6, JMeter, or Artillery, including performance thresholds, execution instructions, result guidelines, and CI/CD integration suggestions.
/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 with k6, Artillery, or Gatling, measuring response times, throughput, error rates, and scalability under simulated traffic.
/run-load-testRuns load and stress tests against API endpoints or web pages. Outputs metrics (requests/sec, latency percentiles, errors), bottleneck analysis, pass/fail table, and timestamped report.