locust-best-practices
Installation
SKILL.md
Locust Scenario Builder
Enforces a consistent, production-ready pattern for Locust load test scripts in Python, covering HTTP/REST APIs with realistic user behavior, custom load shapes, and proper response validation.
Output Format
When producing or fixing a locustfile, always deliver three things:
- A complete, runnable locustfile — never a partial snippet.
- The exact run command with all flags needed (
--headless,-u,-r,-t,--host). - A one-line explanation of the wait_time strategy chosen and why it fits the load goal.
Step 1 — Gather Context
Ask only what is unknown:
Related skills
More from rcampos09/gatling-best-practices
gatling-best-practices
Guides developers and testers in writing, fixing, and structuring Gatling load test scenarios. Use this skill whenever the user mentions load testing, performance testing, stress testing, Gatling, virtual users, VUs, ramp-up, injection profiles, simulations, JMeter migration, k6 migration, throughput, response time SLAs, or wants to benchmark an API or service — even if they don't explicitly say 'Gatling' or 'performance test'.
12k6-best-practices
>
1performance-report-analysis
>
1performance-testing-strategy
>
1