rails-upgrade-skill
Automated Rails upgrade detection, reports, and migration plans
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install rails-upgrade-skill?▼
Run `npx skills add maquina-app/rails-upgrade-skill --all -g -y` in your terminal to install the skill globally.
How to upgrade a Rails app from 7.0 to 8.1?▼
The skill enforces sequential upgrades (7.0 to 7.1 to 7.2 to 8.0 to 8.1) and generates a detection script plus a full migration report for each hop.
How to find breaking changes in my Rails code?▼
The skill generates a custom bash script that scans your project in under 30 seconds and lists every breaking change with exact file and line references.
Does it work with Claude Code and other AI agents?▼
Yes. It follows the standard SKILL.md format and integrates with Rails MCP and Neovim MCP servers for automatic project analysis.
Can I preview Rails config changes before upgrading?▼
Yes. After running the detection script, the skill generates an app:update preview showing exact old versus new configuration changes with impact ratings.
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