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_loadingor Bullet-style checks would surface the problem earlier