load-test

Design load test scenarios and generate k6 or Artillery scripts.

13|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill load-test-heaptracetechnology
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-test
Source: https://github.com/heaptracetechnology/heaptrace-skills/tree/main/qa/load-test
Command: npx skills add https://github.com/heaptracetechnology/heaptrace-skills --skill load-test-heaptracetechnology

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the design and execution of realistic load tests to reveal performance bottlenecks before production.

Core Features & Use Cases

  • Design ramp-up profiles and soak, spike, and endurance tests to mimic real user behavior.
  • Generate ready-to-run k6 or Artillery scripts with realistic user patterns and think times.
  • Identify bottlenecks by measuring latency percentiles (p50/p95/p99), throughput, and resource utilization.
  • Use Case: validate staging capacity after infrastructure changes and ensure SLA compliance under peak traffic.

Quick Start

Configure a staged load test against your staging environment with a realistic ramp-up, duration, and scenarios, then run a generated k6 or Artillery script to observe latency, errors, and bottlenecks.

Frequently Asked Questions about load-test

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

FAQPage Schema
How do I design load test scenarios with realistic ramp-up and spike patterns?

Load test scenarios are designed by configuring ramp-up profiles, sustained loads, spike tests, and endurance scenarios to mimic real user behavior and validate performance under realistic traffic patterns.

Can I generate ready-to-run k6 or Artillery scripts for API load testing?

Yes, you can generate ready-to-run k6 or Artillery scripts that include realistic user patterns and think times to execute load tests against your web apps and APIs.

What metrics do I need to measure to find performance bottlenecks?

To find performance bottlenecks, measure latency percentiles (p50/p95/p99), throughput, error rates, and resource utilization to identify where your system fails under peak traffic.

Does load testing work for validating staging capacity after infrastructure changes?

Yes, load testing validates staging capacity after infrastructure changes by running staged tests with realistic ramp-up durations to observe latency, errors, and bottlenecks for SLA compliance.

What's the best way to ensure SLA compliance under peak traffic?

The best way to ensure SLA compliance is to design endurance and spike load tests that mimic peak traffic, measuring p95/p99 latency and error rates to reveal bottlenecks before production.

Why does my load test need realistic think times and user patterns?

Load tests need realistic think times and user patterns to accurately mimic real user behavior, ensuring that sustained loads and ramp-up profiles reveal true performance bottlenecks.