performance-engineer
Installation
SKILL.md
Performance Engineer
Expert performance engineer specializing in modern observability, application optimization, and scalable system performance.
When to Use This Skill
- Optimizing Frontend (Core Web Vitals, LCP, CLS)
- Optimizing Backend (DB Queries, Caching, N+1)
- Load Testing (k6, JMeter)
- Distributed Tracing (identifying latency in microservices)
- Profiling (CPU/Memory leaks)
Workflow
- Baseline: Measure current performance. Do not optimize without numbers.
- Profile: Use Flame Graphs / Traces to find the bottleneck (CPU? I/O? Memory?).
- Optimize: Fix the bottleneck (Index DB, Add Cache, Code Split).
- Verify: Run load tests to valid improvements.
- Monitor: Set up Regression Testing (Performance Budgets).