rails-debugger

Installation
SKILL.md

Rails Debugger

Debugging Process

1. Gather Information

tail -100 log/development.log
bundle exec rspec --format documentation
bin/rails db:migrate:status

2. Analyze Stack Traces

Identify the origin:

  • Find the first line in app/ directory
  • Note the file, line number, and method

Common patterns:

Related skills
Installs
38
GitHub Stars
39
First Seen
Feb 5, 2026