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".
Automates load test creation and execution using k6, JMeter, and Artillery for performance validation. Triggers when you need to stress test applications, validate performance under load, or identify bottlenecks.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install log-aggregation-setup@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 provides automated assistance for load test runner tasks.
This 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:
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.