load-test

Execute performance and load tests against API endpoints and payment pipelines.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill load-test-baselhussain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-test
Source: https://github.com/BaselHussain/ai-keto-meal-plan-generator/tree/main/.claude/skills/load-test
Command: npx skills add https://github.com/BaselHussain/ai-keto-meal-plan-generator --skill load-test-baselhussain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires locust, httpx, pytest-benchmark, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses performance bottlenecks and ensures system stability by conducting comprehensive load and performance testing on critical API endpoints and the entire payment pipeline.

Core Features & Use Cases

  • API Endpoint Testing: Validates latency and throughput of individual API endpoints under load.
  • Pipeline Performance: Measures the end-to-end performance of the payment processing, AI generation, and PDF delivery workflow.
  • Concurrency Simulation: Simulates realistic user traffic to identify breaking points and ensure scalability.
  • Use Case: Before a major product launch, use this Skill to simulate 100 concurrent users accessing the meal plan generation service to ensure it can handle the expected traffic without performance degradation.

Quick Start

Run the load test skill to evaluate the performance of the API endpoints.

Frequently Asked Questions about load-test

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

FAQPage Schema
How do I simulate concurrent users for API load testing?

Measure end-to-end payment pipeline performance by running targeted stress tests against the entire workflow. This evaluates latency and throughput across payment processing, AI generation, and PDF delivery stages.

Can I use locust to validate backend performance under stress?

Use locust to validate backend performance by installing the tool and running specific test scripts. It analyzes results against defined performance targets to ensure system stability during peak traffic.

Does httpx work for testing API endpoint latency?

Httpx works for testing API endpoint latency by executing performance tests that validate individual endpoint behavior. It parses test types and generates comprehensive reports on throughput metrics.

What is the best way to identify performance bottlenecks in a payment pipeline?

The best way to identify performance bottlenecks is conducting comprehensive load testing on critical API endpoints. This simulates concurrent user scenarios to detect latency issues in payment processing workflows.

Do I need pytest-benchmark to run performance tests against API endpoints?

Install pytest-benchmark to run performance tests against API endpoints and parse specific test types. It executes benchmark scripts and analyzes results against defined performance targets.