mcpbeat

Performance Test Gatling

naodeng/awesome-qa-performance-test-gatling

Use this skill when you need Gatling performance scope, simulations, or runnable entry points; triggers include Gatling、Gatling 性能测试 and Gatling simulation.

8k 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

28 757 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.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

1 sections, as written by the author

性能测试(Gatling)(中文版)

英文版: 见对应英文技能。

何时使用

  • 需要把性能测试结果落到 Gatling 结构里。
  • 项目已经在用 Gatling,或希望输出直接适配 Gatling。

执行流程

  • 阅读并遵循「按需加载」中的主提示词(覆盖清单、输出结构、质量要求)。
  • 只补充真正影响结果的项目上下文:范围、环境、限制、风险、依赖、期望产出。
  • 信息不全时先给可用初版,并显式标出假设与信息缺口。
  • 默认 Markdown;用户指定其他格式时再切换。

核心约束

  • 按风险/业务影响排优先级,不要平均摊铺。
  • 把「已确认事实」和「当前假设」分开写;无 SLA/无流量时所有数字标「假设」并给待确认清单。
  • 不要编造用户未提供的接口、字段、环境或根因细节;密钥只用占位符 / 环境变量,禁止真实 token。
  • 结果必须可执行:场景具体、有优先级、能指导下一步。
  • 默认只选最关键的 1~2 类性能场景,不要默认基线/负载/压力/尖峰/稳定性全做。

按需加载

  • 产出前必须阅读并遵循 prompts/performance-test-gatling.md(最低覆盖清单、输出结构、质量要求)。
  • 需要套用现成模板时:读 output-templates/ 中匹配的模板,不要自创冲突结构。
  • 用户要示例或对标现有资产时:读 examples/ 中相关样例。
  • 需要框架规范、排障、报告 schema 等深资料时:只读 references/ 里与当前问题相关的文件,不要整目录通读。
  • 需要格式转换或辅助校验时:优先使用 scripts/ 中已有脚本,而不是重写一遍。
  • 需要评测/回归本 skill 时:使用 evals/,并用 skill-up 校验与运行。

交付前自检

  • [ ] 已遵循主提示词的输出结构
  • [ ] 最低覆盖关注:目标场景、负载模型、数据或 feeder 需求、爬坡方式、阈值、环境和监控、重点瓶颈、结果汇报需求…(细节以主提示词为准)
  • [ ] 已覆盖最低清单,或标明为何省略
  • [ ] 高风险项有明确优先级
  • [ ] 未编造用户未提供的细节
  • [ ] 假设与信息缺口已标明

常见误区

  • 范围和上下文都不清楚时,不要假装已经完整可用。
  • 不要把所有项写成同等重要。
  • 不要跳过假设与信息缺口。
  • 不要输出大段与当前工具链无关的空泛理论。

How to use it

Copy the folder

Take naodeng/awesome-qa-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.