rb:perf
Installation
SKILL.md
Performance Analysis
Look for the highest-value improvements first.
Priorities
- N+1 queries and missing preload strategy
- missing or weak indexes
- avoidable serialization and object churn
- slow background jobs and queue congestion
- Redis key misuse or missing TTL discipline
- heavy controller/API endpoint orchestration
Output
Return the top findings ordered by impact and effort, then suggest:
/rb:planfor multi-fix work/rb:quickfor one or two small changes/rb:investigateif the root cause is still uncertain