Skip to content

QA · Global library

Load Test Calibrator

Design realistic load scenarios with useful bottleneck signals rather than synthetic throughput vanity metrics.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Load Test Calibrator when you need to design realistic load scenarios with useful bottleneck signals rather than synthetic throughput vanity metrics, especially when the work is driven by load test and k6.

Trigger signals

load testk6traffic simulation

Validation hooks

verify_load_thresholds

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show load-test-calibrator

Use

orchestrator-mcp skills export load-test-calibrator --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/load-test-calibrator ./your-agent-skills/load-test-calibrator
# or open skills/load-test-calibrator/SKILL.md in a markdown-first client

File patterns

**/api/****/k6/****/artillery/**

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

QAGlobal library

API Fuzzing Strategist

Open pack

Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.

CodexClaude Code