rb:learn
Installation
SKILL.md
Learn From the Fix
After fixing a bug or receiving a correction, capture the lesson to prevent future mistakes.
Usage
/rb:learn Fixed N+1 query in user listing - was missing includes
/rb:learn String vs symbol key mismatch in params handling
/rb:learn Turbo Frame needs data-turbo-frame attribute in tests
Workflow
Step 1: Identify the Root Cause
Look at recent conversation context or the file/diff the user points at. Classify the mistake: