What problem does it solve?
This Skill helps developers diagnose and fix Rails issues efficiently by guiding structured log analysis, console debugging, and breakpoint workflows.
Core Features & Use Cases
- Structured log investigation: tails logs, filters by severity, and pinpoints failures across development, test, and production.
- Interactive debugging guidance: outlines how to use the debug gem for breakpoints, step-through debugging, and inspector commands.
- Console and runner assistance: demonstrates Rails console usage, Rails runner, and common model/route debugging patterns.
- Repro and verification routines: provides steps to reproduce failures, verify fixes, and track regressions across environments.
Quick Start
Diagnose Rails issues by inspecting logs, reproducing errors in the console, and using the debug gem to set breakpoints.