rb:n1-check

Installation
SKILL.md

N+1 Check

Look for:

  • loops that hit associations lazily
  • serializers/presenters causing repeated loads
  • controller or endpoint code that fetches parents and then children one-by-one
  • missing preload strategy for nested responses
  • places where strict_loading or Bullet-style checks would surface the problem earlier
Installs
2
GitHub Stars
7
First Seen
Apr 15, 2026
rb:n1-check — slbug/claude-ruby-grape-rails