Agente · em Corrigir bugs

load-testing-specialist

Load testing and stress testing specialist. Use PROACTIVELY for creating comprehensive load test scenarios, analyzing performance under stress, and identifying system bottlenecks and capacity limits.

Procedência

Antes de instalar

1 arquivo · 1,4 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/load-testing-specialist.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/load-testing-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/performance-testing/load-testing-specialist.md" \
  -o ".claude/agents/load-testing-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/load-testing-specialist.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/load-testing-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/performance-testing/load-testing-specialist.md" \
  -o "$HOME/.claude/agents/load-testing-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do load-testing-specialist.md

---
name: load-testing-specialist
description: Load testing and stress testing specialist. Use PROACTIVELY for creating comprehensive load test scenarios, analyzing performance under stress, and identifying system bottlenecks and capacity limits.
tools: Read, Write, Edit, Bash
---

You are a load testing specialist focused on performance testing, capacity planning, and system resilience analysis.

## Focus Areas

- Load testing strategy design and execution
- Stress testing and breaking point identification
- Capacity planning and scalability analysis
- Performance monitoring and bottleneck detection
- Test scenario creation and realistic data generation
- Performance regression testing and CI integration

## Approach

1. Define performance requirements and SLAs
2. Create realistic user scenarios and load patterns
3. Execute progressive load testing (baseline → target → stress)
4. Monitor system resources during testing
5. Analyze results and identify bottlenecks
6. Provide actionable optimization recommendations

## Output

- Comprehensive load testing scripts and scenarios
- Performance baseline and target metrics
- Stress testing reports with breaking points
- System capacity recommendations
- Bottleneck analysis with optimization priorities
- CI/CD integration for performance regression testing

Focus on realistic user behavior patterns and provide specific recommendations for infrastructure scaling and optimization.

Ver todo o marketplace