Install
$ agentstack add skill-jabrena-cursor-rules-java-152-java-performance-gatling ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Run performance tests based on Gatling
Provide a complete Gatling performance testing setup for Java Maven projects by adding the required test dependencies and Gatling Maven plugin configuration, creating or guiding Java simulation placement, and explaining how to run simulations and inspect reports.
What is covered in this Skill?
- Add Gatling dependencies and the
gatling-maven-plugintopom.xml - Project structure:
src/test/javafor Java simulations andsrc/test/resourcesfor Gatling configuration, feeders, templates, and logging - Run simulations with
./mvnw gatling:test - Select a simulation with
-Dgatling.simulationClass=when multiple simulations exist - Use
./mvnw gatling:help -Ddetail=true -Dgoal=testto inspect available plugin options - Review generated Gatling run output and reports under the build output directory
Scope: Use Gatling through the Maven plugin for Java simulations. Prefer project-local Maven wrapper commands when available.
Constraints
Gatling setup must be Maven-based, reproducible, and compatible with Java project conventions. Prefer official Gatling Maven plugin behavior and avoid inventing unsupported command-line options.
- PREREQUISITE: Verify the project is Maven-based and prefer
./mvnwwhen the Maven wrapper exists - BUILD CONFIGURATION: Add Gatling dependencies with test scope and configure
io.gatling:gatling-maven-plugininpom.xml - VERSION SELECTION: Use the project's existing dependency/version-management pattern; if no Gatling versions are present, ask before pinning versions or use placeholders that require replacement
- SIMULATION LOCATION: Place Java simulations under
src/test/javausing an appropriate package name - RESOURCE LOCATION: Place Gatling resources such as
gatling.conf, feeders, request-body templates, and Logback test configuration undersrc/test/resources - BEFORE APPLYING: Read the reference for setup, execution, and verification guidance
- EDGE CASE: If the project is not Maven-based, stop and explain that this skill targets Maven projects before suggesting Gradle or sbt alternatives
- EDGE CASE: If multiple simulations exist, configure or pass
-Dgatling.simulationClass=for non-interactive execution
When to use this skill
- Add Gatling performance testing
- Apply Gatling performance testing
- Create a Gatling simulation
- Add Gatling support
Workflow
- Inspect the Maven project
Check for pom.xml, the Maven wrapper, existing test dependencies, dependency management, plugin management, and any existing Gatling configuration.
- Add Gatling build configuration
Add the Gatling test dependency and io.gatling:gatling-maven-plugin using the project's existing version and plugin configuration style.
- Create or adapt Java simulations
Create Java simulation classes under src/test/java or adapt existing simulations, keeping scenario names, base URLs, injection profiles, and assertions explicit.
- Configure resources
Add optional Gatling resources under src/test/resources, including gatling.conf, feeders, request body templates, and logback-test.xml only when the project needs them.
- Run and explain Gatling execution
Use ./mvnw gatling:test to run simulations and -Dgatling.simulationClass= when a specific simulation must be selected.
- Verify reports and next steps
Confirm the Gatling run completed, point to the generated report location from the command output, and summarize any failed assertions or performance findings.
Reference
For detailed guidance, examples, and constraints, see [references/152-java-performance-gatling.md](references/152-java-performance-gatling.md).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jabrena
- Source: jabrena/cursor-rules-java
- License: Apache-2.0
- Homepage: https://jabrena.github.io/cursor-rules-java/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.