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:LINEorbin/rails testbundle exec rails runnerpsqlfor SQL inspectionredis-clifor queue/cache inspection- app logs and Sidekiq logs