Help us improve
Share bugs, ideas, or general feedback.
From sorah-spec
Provides Ruby-specific checklists for spec interviews and implementation, covering architecture, RSpec testing, service objects, error handling, and security.
npx claudepluginhub sorah/config --plugin sorah-specHow this skill is triggered — by the user, by Claude, or both
Slash command
/sorah-spec:rubyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ruby-specific checklist for spec interviews and implementation. For underlying Ruby conventions, consult the `sorah-guides:ruby` skill. Project-specific conventions always take priority.
Provides Rails-specific checklists for spec interviews and implementation in Ruby on Rails projects, covering data models, architecture, testing, security, and operations.
Provides Ruby coding conventions and best practices for naming, service objects, RSpec testing, error handling, AWS SDK usage, logging, and security patterns.
Guides advanced RSpec usage including custom matchers, shared examples, metadata, and hooks for Ruby testing.
Share bugs, ideas, or general feedback.
Ruby-specific checklist for spec interviews and implementation. For underlying Ruby conventions, consult the sorah-guides:ruby skill. Project-specific conventions always take priority.
When interviewing a spec for a Ruby project, verify these areas are fully specified:
include vs extend decisions for shared behavior