maquina-appmaquina-appOfficial·1 Agent Skills Included

rails-upgrade-skill

Automated Rails upgrade detection, reports, and migration plans

Analyzes Rails applications and generates step-by-step upgrade reports for versions 7.0 through 8.1. Creates executable detection scripts that find breaking changes in your code with exact file and line references. Eliminates manual changelog reading and guesswork, cutting upgrade time in half with reports based on your actual code.
npx skills add maquina-app/rails-upgrade-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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