What problem does it solve?
This skill resolves uncertainty regarding system capacity by identifying the exact breaking point, throughput ceiling, and latency degradation of HTTP/gRPC services before they reach production.
Core Features & Use Cases
- Open Arrival-Rate Modeling: Uses precise RPS-based load generation to avoid coordinated omission and ensure realistic traffic patterns.
- Automated SLO Gatekeeping: Enforces performance thresholds (p95, p99, error rates) as code, causing CI/CD pipelines to fail if performance regresses.
- Use Case: Before a major product launch, use this skill to simulate a 5x traffic spike to determine if the service maintains its p99 latency SLO or if the database connection pool becomes the primary bottleneck.
Quick Start
Use the load-stress-test skill to run a k6 performance suite against the staging environment with a target of 2000 requests per second and a 1 percent error rate threshold.