claude-code_rails-upgrade-skill
Guided Ruby on Rails upgrades from 2.3 to 8.1
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install the Rails Upgrade skill?โผ
Run `npx skills add ombulabs/claude-code_rails-upgrade-skill --all -g -y` in your terminal to install the skill globally for your agent.
How do I upgrade an old Rails app safely?โผ
Ask your agent to upgrade your Rails app and it will run your test suite, detect breaking changes in your actual code, and produce a step-by-step migration report. It enforces sequential version hops so you never skip a release.
Which Rails versions does this skill support?โผ
It covers upgrades from Rails 2.3 all the way through Rails 8.1, with dedicated guides and detection patterns for each version hop.
Does it check gem compatibility before upgrading?โผ
Yes. It checks every gem in your lockfile against the target Rails version and flags blockers, with a playbook for forking, vendoring, or replacing incompatible gems.
Can it clean up after the upgrade is done?โผ
Yes. The included upgrade-cleanup skill removes dual-boot scaffolding and NextRails branches once you confirm the upgrade is finished or abandoned.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core