Ruby skills bundle. Contains Ruby-oriented SOLID, TDD, clean code, Ruby Style Guide, Rails Style Guide, RSpec/Better Specs, and design-pattern guidance. Use when working with Ruby or Rails code.
This directory holds Ruby-specific skills. All examples and references use Ruby (and RSpec where tests are shown).
ruby/solid/ruby/style/ruby/rails/ruby/rspec/Use solid when designing/refactoring Ruby; style for Ruby formatting; rails for Rails conventions; rspec when writing or reviewing specs.
When the user asks to review code or fix issues against Ruby/Rails/RSpec standards:
Apply the right skills based on what’s being reviewed:
Review workflow:
find_each instead of .all.each").Fixing issues:
rubocop-rails, rubocop-rspec) and fixing reported offenses; the skills align with RuboCop’s rules.Prompt ideas for the user: