testing-load-balancers

|

Content Preview
---
name: testing-load-balancers
description: |
  Validate load balancer behavior, failover, and traffic distribution.
  Use when performing specialized testing.
  Trigger with phrases like "test load balancer", "validate failover", or "check traffic distribution".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:loadbalancer-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Load Balancer Tester

## Ove
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/testing-load-balancers.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/load-balancer-tester/skills/testing-load-balancers/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/testing/load-balancer-tester/skills/testing-load-balancers/SKILL.md

Related Skills