running-load-tests

Create and execute k6, JMeter, and Artillery load tests.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tense-i/tslink --skill running-load-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: running-load-tests
Source: https://github.com/tense-i/tslink/tree/main/skills/running-load-tests
Command: npx skills add https://github.com/tense-i/tslink --skill running-load-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation and execution of load tests, ensuring applications can handle expected traffic and identifying potential performance bottlenecks.

Core Features & Use Cases

  • Load Test Generation: Creates scripts for k6, JMeter, and Artillery based on application details and desired scenarios.
  • Performance Validation: Executes tests to validate application performance under various load conditions.
  • Bottleneck Identification: Helps pinpoint performance issues and breaking points.
  • Use Case: After deploying a new feature, use this Skill to run a stress test simulating 1000 concurrent users to ensure the application remains responsive and stable.

Quick Start

Use the running-load-tests skill to create and execute a baseline load test for the '/api/v1/users' endpoint.

Frequently Asked Questions about running-load-tests

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

FAQPage Schema
How do I automate load testing for API endpoints?

Automating load testing involves generating scripts for tools like k6, JMeter, or Artillery to simulate concurrent users and validate API performance. This process creates test scripts, defines thresholds, and executes tests to identify bottlenecks.

What is performance validation under stress conditions?

Performance validation is the process of executing load tests to ensure an application remains responsive and stable under expected traffic. It simulates various load conditions to pinpoint performance bottlenecks and identify breaking points.

Can I use k6, JMeter, and Artillery for generating load test scripts?

Yes, load test script generation supports k6, JMeter, and Artillery. It creates scripts based on application details and desired scenarios, allowing you to execute tests and validate performance under specific load conditions.

What's the best way to identify application performance bottlenecks?

The best way to identify performance bottlenecks is by running automated stress tests that simulate high concurrent user loads. This validates application stability and pinpoints exact breaking points and performance issues.

How do I define thresholds for performance testing scenarios?

Defining thresholds for performance testing involves specifying acceptable performance criteria within generated k6, JMeter, or Artillery scripts. This ensures application responsiveness is validated against expected traffic conditions during execution.

Why does my application become unresponsive under high traffic?

Applications become unresponsive under high traffic due to performance bottlenecks. Running load tests simulating concurrent users helps pinpoint these breaking points and validates overall application stability under stress.