Agent skill · DevOps & Cloud

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Declared author: Kairo Official
Path: skills/k6-load-testing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. k6 Basics
  4. Installation
  5. Quick Start
  6. Test Configuration
  7. Common Options
  8. Test Types
  9. HTTP Testing
  10. Basic Requests
  11. Request Chaining
  12. Parameterized Testing
  13. Browser Testing (k6 Browser)
  14. WebSocket Testing
Commands it runs
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
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going