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:plan for multi-fix work
  • /rb:quick for one or two small changes
  • /rb:investigate if the root cause is still uncertain
Installs
2
GitHub Stars
7
First Seen
Apr 15, 2026
rb:perf — slbug/claude-ruby-grape-rails