rb:investigate

Installation
SKILL.md

Investigate Ruby Bugs

Run a structured investigation instead of guessing.

Investigation Tracks

  • request path and route trace
  • data and transaction analysis
  • background job / Redis analysis
  • verification and reproduction loop

Default Tools

  • bundle exec rspec path/to/spec.rb:LINE or bin/rails test
  • bundle exec rails runner
  • psql for SQL inspection
  • redis-cli for queue/cache inspection
  • app logs and Sidekiq logs

Output

Installs
2
GitHub Stars
7
First Seen
Apr 15, 2026
rb:investigate — slbug/claude-ruby-grape-rails