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:

  1. 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.
  2. The exact run command with the environment parameters needed (baseUrl, users, etc.).
  3. A one-line explanation of the injection profile chosen and why it fits the stated load goal.

Step 1 — Gather context

Related skills
Installs
25
GitHub Stars
5
First Seen
Feb 28, 2026