jeremylongshore

Testing Load Balancers

@jeremylongshore/Testing Load Balancers
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer", "validate traffic distribution", "test failover", "verify sticky sessions", or "test health checks". It is specifically designed for testing load balancing configurations using the `load-balancer-tester` plugin.

Installation

$skills install @jeremylongshore/Testing Load Balancers
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/plugin-enhancements/plugin-backups/load-balancer-tester_20251019_152530/skills/skill-adapter/SKILL.md
Branchmain
Scoped Name@jeremylongshore/Testing Load Balancers

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: Testing Load Balancers description: | This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer", "validate traffic distribution", "test failover", "verify sticky sessions", or "test health checks". It is specifically designed for testing load balancing configurations using the load-balancer-tester plugin.

Overview

This skill empowers Claude to thoroughly test load balancing configurations, ensuring high availability and optimal performance. It automates the process of validating traffic distribution, simulating server failures, and verifying session persistence.

How It Works

  1. Initiating the Test: Claude receives a request to test the load balancer.
  2. Executing the Test Suite: Claude uses the load-balancer-tester plugin to run a series of tests, including traffic distribution validation, failover testing, sticky session verification, and health check testing.
  3. Presenting the Results: Claude provides a summary of the test results, highlighting any issues or areas for improvement.

When to Use This Skill

This skill activates when you need to:

  • Validate traffic distribution across backend servers.
  • Test the load balancer's ability to handle server failures.
  • Verify that sticky sessions are functioning correctly.
  • Ensure that health checks are effectively removing unhealthy servers from the pool.

Examples

Example 1: Validating Traffic Distribution

User request: "Test load balancer traffic distribution for even distribution across servers."

The skill will:

  1. Execute the lb-test command.
  2. Analyze the traffic distribution across the backend servers.
  3. Report whether the traffic is evenly distributed.

Example 2: Simulating a Failover Scenario

User request: "Test failover when one of the backend servers becomes unavailable."

The skill will:

  1. Execute the lb-test command.
  2. Simulate a server failure.
  3. Verify that traffic is redirected to the remaining healthy servers.
  4. Report on the success of the failover process.

Best Practices

  • Configuration: Ensure the load balancer is properly configured before testing.
  • Realistic Scenarios: Test with realistic traffic patterns and failure scenarios.
  • Comprehensive Testing: Test all aspects of the load balancer, including traffic distribution, failover, sticky sessions, and health checks.

Integration

This skill works independently using the load-balancer-tester plugin. It can be used in conjunction with other skills to configure and manage the load balancer before testing.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.