← ClaudeAtlas

k6-load-testinglisted

Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.
lamuniercosta/dotnet-agent-harness · ★ 0 · Testing & QA · score 78
Install: claude install-skill lamuniercosta/dotnet-agent-harness
# k6 Load Testing Adapted from the community `k6-load-testing` skill ([davila7/claude-code-templates](https://github.com/davila7/claude-code-templates), MIT). Place load scripts under `tests/load/`, run against local/staging (never production without approval), and pass secrets via `__ENV` (e.g. `k6 run -e API_TOKEN=… script.js`). ## Overview k6 is a modern, developer-centric load testing tool that helps you write and execute performance tests for HTTP APIs, WebSocket endpoints, and browser scenarios. This skill provides comprehensive guidance on writing realistic load tests, configuring test scenarios (smoke, load, stress, spike, soak), analyzing results, and integrating with CI/CD pipelines. Use this skill when you need to validate system performance, identify bottlenecks, ensure SLA compliance, or catch performance regressions before deployment. --- ## When to Use This Skill - Use when you need to load test HTTP APIs, WebSocket endpoints, or browser scenarios - Use when setting up performance regression tests in CI/CD - Use when analyzing system behavior under various load conditions - Use when comparing performance between code changes - Use when validating SLA requirements and performance budgets --- ## k6 Basics ### Installation ```bash # macOS brew install k6 # Windows choco install k6 # Linux sudo gpg -k sudo gpg --no-default-keyring --keyring /usr/share/keyrings/k6-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C5AD17C747E3415A