k6-load-testing
Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.
npx skills add sickn33/agentic-awesome-skills --skill k6-load-testing --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# k6 Load Testing ## 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 C5AD17C747E3415A3642D57D77C6C491D6AC1D69 ech
- Overview
- When to Use This Skill
- k6 Basics
- Installation
- Quick Start
- Test Configuration
- Common Options
- Test Types
- HTTP Testing
- Basic Requests
- Request Chaining
- Parameterized Testing
- Browser Testing (k6 Browser)
- WebSocket Testing
macOS brew install k6 Windows choco install k6 Linux sudo gpg -k echo "deb [signed-by=/usr/share/keyrings/k6-archive-keyring.gpg] https://dl.k6.io/deb stable main" | sudo tee /etc/apt/sources.list.d/k6.list sudo apt-get update sudo apt-get install k6 Text summary
What does the k6-load-testing skill do?
Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill k6-load-testing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.