Create and execute load tests for performance validation using k6, JMeter, and Artillery. Use when validating application performance under load conditions or identifying bottlenecks. Trigger with phrases like "run load test", "create stress test", or "validate performance under load".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install load-test-runner@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdreferences/README.mdscripts/README.mdscripts/artillery_script_generator.pyscripts/jmeter_script_generator.pyscripts/k6_script_generator.pyscripts/load_test_executor.pyscripts/results_parser.pyscripts/threshold_validator.pyThis skill empowers Claude to automate the creation and execution of load tests, ensuring applications can handle expected traffic and identify potential performance bottlenecks. It streamlines the process of defining test scenarios, generating scripts, and executing tests for comprehensive performance validation.
This skill activates when you need to:
User request: "Create a stress test for the /api/users endpoint to simulate 1000 concurrent users."
The skill will:
User request: "Validate the performance of the application after the recent code changes with a baseline load test."
The skill will:
This skill can be integrated with CI/CD pipelines to automate performance testing as part of the deployment process. It can also be used in conjunction with monitoring tools to correlate performance metrics with application behavior.
If load test execution fails:
Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.