setup-load-testing

Configure load and performance testing

Content Preview
# Setup Load Testing

Configure load and performance testing

## Instructions

1. **Load Testing Strategy and Requirements**
   - Analyze application architecture and identify performance-critical components
   - Define load testing objectives (capacity planning, performance validation, bottleneck identification)
   - Determine testing scenarios (normal load, peak load, stress testing, spike testing)
   - Identify key performance metrics and acceptance criteria
   - Plan load testing environment
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-load-testing.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/setup-load-testing.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/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/test/setup-load-testing.md

Related Skills