gatling-best-practices
Originally fromrcampos09/gatling-best-practices
Installation
SKILL.md
Gatling Scenario Builder
Enforces a consistent, production-ready pattern for Gatling simulations across all five officially supported languages: Java, Kotlin, Scala, JavaScript, and TypeScript.
Output Format
When producing or fixing a simulation, always deliver three things:
- A complete, runnable simulation file for the chosen language — never a partial snippet. The user should be able to copy it and run it immediately.
- The exact run command with the environment parameters needed
(
baseUrl,users, etc.). - A one-line explanation of the injection profile chosen and why it fits the stated load goal.
Step 1 — Gather context
Related skills