A utility for implementing performance testing using wrk within CI/CD pipelines.
Install
mkdir -p .claude/skills/wrk-ci && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18982" && unzip -o skill.zip -d .claude/skills/wrk-ci && rm skill.zipInstalls to .claude/skills/wrk-ci
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
CI with wrk. CI integration.Key capabilities
- →Set up `wrk` for performance testing
- →Integrate `wrk` into CI workflows
- →Automate load testing
- →Configure `wrk` for specific tests
- →Implement features for performance testing
How it works
The skill guides the setup and integration of `wrk` within a CI environment to perform automated load and performance testing. It outlines steps from installation to implementation and configuration.
Inputs & outputs
When to use wrk-ci
- →Setting up performance testing
- →Automating load testing in CI
- →Verifying throughput
About this skill
wrk CI
CI with wrk. CI integration.
Quick Start
# wrk CI
# See wrk docs
When to Use
- Using wrk in your workflow
- CI integration
- automation
Step-by-Step
- Install wrk:
# Install wrk - Set up wrk
- Configure CI
- Implement features
Dependencies
- wrk >= latest stable
- Runtime environment
Examples
# wrk CI
# See wrk documentation
Resources
- Official documentation
- Community guides and tutorials
Validation
- Verify:
wrk --version - Check expected output
When not to use it
- →When `wrk` is not part of the workflow
- →When CI integration is not required
- →When automation is not needed
Prerequisites
Limitations
- →Requires `wrk` to be installed
- →Validation involves verifying `wrk --version` and checking expected output
How it compares
This skill focuses on integrating `wrk` specifically into CI for automated performance testing, providing a structured approach beyond manual `wrk` execution.
Compared to similar skills
wrk-ci side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| wrk-ci (this skill) | 0 | 12d | Review | Beginner |
| perf-lighthouse | 13 | 5mo | Review | Intermediate |
| adding-benchmarks | 1 | 5mo | Review | Beginner |
| moai-workflow-testing | 1 | 1mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by ssrjkk
View all by ssrjkk →You might also like
perf-lighthouse
tech-leads-club
Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance budget.
adding-benchmarks
AztecProtocol
Add new benchmarks to the CI pipeline. Guides through creating benchmark JSON files, integrating with bootstrap.sh, and ensuring proper CI upload via ci3.yml workflow.
moai-workflow-testing
modu-ai
Comprehensive development workflow specialist combining DDD testing, debugging, performance optimization, code review, PR review, and quality assurance into unified development workflows
k6-testing
ssrjkk
Testing for K6: testing and validation
chrome-devtools
mrgoonie
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
code-coverage-with-gcov
gadievron
Add gcov code coverage instrumentation to C/C++ projects