mcpbeat Sign in

Performance Test Gatling Agent Skill

Use this skill when you need Gatling performance scope, simulations, or runnable entry points; triggers include Gatling, Gatling simulations, and Gatling performance testing.

9k tokens
context cost
the whole folder, loaded on every use
28
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
144
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/naodeng/awesome-qa-skills --skill performance-test-gatling

What comes with it

31 277 bytes besides the instruction
README.md
agents/openai.yaml
evals/cases/basic-success.yaml
evals/cases/edge-domain-boundary.yaml
evals/cases/edge-incomplete-input.yaml
evals/eval.yaml
examples/ci/Jenkinsfile.gatling
examples/ci/github-actions-gatling.yml
examples/seckill-sample.env
output-templates/template-markdown.md
prompts/performance-test-gatling.md
references/framework-spec.md
references/local/performance-testing_EN.md
references/setup-and-ci.md
reports/.gitignore
reports/README.md
scripts/run-local-smoke.sh
scripts/run-tests.sh
scripts/simulations/ApiSmokeSimulation.scala
scripts/simulations/BaseSimulation.scala
scripts/simulations/LoadSimulation.scala
scripts/simulations/SoakSimulation.scala
scripts/simulations/SpikeSimulation.scala
scripts/simulations/StressSimulation.scala
scripts/tools/compare_gatling.py
scripts/tools/local_mock_server.py
scripts/tools/summarize_gatling.py

The instruction itself

7 sections, as written by the author

performance-test-gatling (EN)

中文版: See the corresponding Chinese skill.

When to Use

  • Need performance outputs that should land in Gatling structure.
  • The project already uses Gatling or wants Gatling-ready scenarios.

Workflow

  • Read and follow the main prompt listed under Progressive disclosure (coverage, structure, quality bar).
  • Add only project context that changes the result: scope, environment, constraints, risks, dependencies, expected deliverable.
  • If input is incomplete, return a usable first draft and explicitly mark assumptions and gaps.
  • Default to Markdown; switch formats only when the user asks.

Core Constraints

  • Prioritize by risk / business impact — do not treat everything equally.
  • Separate confirmed facts from current assumptions; with no SLA/traffic, label every number as Assumption and list Open Questions.
  • Do not invent endpoints, fields, environments, or root causes the user did not provide; secrets are placeholders / env vars only — never real tokens.
  • Keep output executable: concrete scenarios, clear priority, clear next steps.
  • Default to only the most critical 1–2 scenario types — do not run baseline/load/stress/spike/soak all by default.

Progressive Disclosure

  • Before producing output, read and follow prompts/performance-test-gatling.md (minimum coverage, output structure, quality bar).
  • When a ready-made template fits: use matching files under output-templates/.
  • When the user wants examples or alignment with existing assets: read relevant examples/.
  • For deep framework/troubleshoot/schema notes: read only the relevant file(s) under references/, do not load the whole directory.
  • For format conversion or helper checks: prefer existing scripts/ over reinventing.
  • For evaluating/regressing this skill: use evals/ with skill-up.

Pre-delivery Checklist

  • [ ] Followed the main prompt's output structure
  • [ ] Minimum coverage focus: target scenarios, load model, test data or feeder needs, ramp profile, thresholds, environment and monitoring, priority bottlenecks, reporting needs, ... (details in main prompt)
  • [ ] Covered the minimum checklist, or explained omissions
  • [ ] High-risk items have explicit priority
  • [ ] Did not invent details the user did not provide
  • [ ] Assumptions and gaps are marked

Common Pitfalls

  • Do not pretend completeness when scope/context is missing.
  • Do not treat every item as equally important.
  • Do not skip assumptions and information gaps.
  • Do not dump generic theory unrelated to the current toolchain.

Other skills for the same job

different authors, same section of the catalogue
Webapp Testing
by anthropics
vendor ×12

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

6k tokens scripts
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Systematic Debugging
by ratacat
×7

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

10k tokens scripts
Verification Before Completion
by ZhanlinCui
×6

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

1k tokens
Backtest Expert
by BaggaT236
×3

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

15k tokens scripts
Adaptyv
by christophacham
×3

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

16k tokens
Aeon
by christophacham
×3

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.

19k tokens

How to use it

Copy the folder

Take naodeng/performance-test-gatling from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.