go-load-test

Simulate high-volume traffic with k6 to validate SLO compliance and resilience.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/shafibabar/SDLC-Artifact-Factory --skill go-load-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-load-test
Source: https://github.com/shafibabar/SDLC-Artifact-Factory/tree/main/skills/go-load-test
Command: npx skills add https://github.com/shafibabar/SDLC-Artifact-Factory --skill go-load-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the gap between unit-level performance benchmarks and real-world production behavior by verifying that services maintain Service Level Objectives (SLOs) under sustained, high-volume traffic.

Core Features & Use Cases

  • Shift-Right Validation: Executes load tests against a production-shaped staging environment to measure real-world p99 latency, throughput, and backpressure behavior.
  • SLO-Based Gates: Automatically enforces latency and availability thresholds derived directly from the system's official SLO definitions.
  • Resilience Testing: Verifies graceful degradation by testing circuit-breaker and rate-limiting responses under organic overload conditions.

Quick Start

Execute the go-load-test skill to run the ramp profile against the staging environment and validate the system against defined SLO thresholds.

Frequently Asked Questions about go-load-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate SLO compliance under high-volume traffic?

You can validate SLO compliance by simulating high-volume traffic against deployed services to measure real-world p99 latency, throughput, and backpressure behavior. This approach automatically enforces latency and availability thresholds derived from your official SLO definitions.

What is shift-right testing for system resilience and graceful degradation?

Shift-right testing for system resilience executes load tests against a production-shaped staging environment. It verifies graceful degradation by testing circuit-breaker and rate-limiting responses under organic overload conditions, closing the gap between unit benchmarks and real-world production behavior.

How do I run k6 load generation with Prometheus observability in CI?

You can run k6 load generation integrated with Prometheus observability by executing a ramp profile against your staging environment. This provides automated CI-gated performance verification to ensure deployed services meet capacity and resilience requirements.

Can I use k6 to test backpressure and circuit-breaker responses under organic overload?

Yes, k6 can test backpressure and circuit-breaker responses by applying sustained, high-volume traffic against deployed services. This validates that your system maintains Service Level Objectives and exhibits graceful degradation during organic overload conditions.

Does this load testing approach work for automated CI-gated performance verification?

Yes, this approach supports automated CI-gated performance verification by integrating k6-based load generation with Prometheus observability. It executes ramp profiles against staging environments to gate deployments on SLO compliance and resilience metrics.