mcpbeat

Performance Test K6

naodeng/performance-test-k6

Use this skill when you need k6 load/stress/spike/soak scope, scripts, or runnable entry points; triggers include k6, k6 scripts, and k6 performance testing.

8k tokens
context cost
the whole folder, loaded on every use
27
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-k6

What comes with it

28 314 bytes besides the instruction
README.md
agents/openai.yaml
evals/cases/basic-success.yaml
evals/cases/edge-incomplete-input.yaml
evals/cases/edge-risk-priority.yaml
evals/eval.yaml
evals/fixtures/load-profile.md
examples/seckill-sample.env
output-templates/template-markdown.md
prompts/performance-test-k6.md
references/framework-spec.md
references/local/performance-testing_EN.md
reports/.gitignore
reports/README.md
scripts/config.js
scripts/helpers.js
scripts/run-local-smoke.sh
scripts/run-tests.sh
scripts/tests/api-smoke.js
scripts/tests/load.js
scripts/tests/soak.js
scripts/tests/spike.js
scripts/tests/stress.js
scripts/tools/compare_k6.py
scripts/tools/local_mock_server.py
scripts/tools/summarize_k6.py

The instruction itself

7 sections, as written by the author

performance-test-k6 (EN)

中文版: See the corresponding Chinese skill.

When to Use

  • Need performance outputs that should land in k6 structure.
  • The project already uses k6 or wants k6-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 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-k6.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, data setup needs, VU or duration 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.

How to use it

Copy the folder

Take naodeng/performance-test-k6 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.