robzolkosrobzolkosCommunityยท1 Agent Skills Included

skill-rails-upgrade

Rails version analysis and safe upgrade planning

Analyzes Rails applications to detect the current version, fetch the latest release, and classify the upgrade as patch, minor, or major. Generates a complexity-rated upgrade plan with configuration diffs, breaking changes, and JavaScript dependency updates. Merges new framework defaults selectively so local customizations are never overwritten.
npx skills add robzolkos/skill-rails-upgrade --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install skill-rails-upgrade?โ–ผ

Run `npx skills add robzolkos/skill-rails-upgrade --all -g -y` in your terminal to install this skill globally.

How to check if my Rails app needs an upgrade?โ–ผ

Invoke the skill inside your Rails project and it detects your current version, fetches the latest release, and rates the upgrade complexity as small, medium, or large.

Will upgrading Rails overwrite my custom config files?โ–ผ

No. The skill uses a selective merge process that detects local customizations and shows you exactly what will change before touching any file.

Does it update JavaScript dependencies too?โ–ผ

Yes. It checks Rails-related packages like Turbo, Stimulus, and ActionCable in package.json or importmap and recommends matching updates.

Does it work with Claude Code and OpenCode?โ–ผ

Yes. The skill follows the standard SKILL.md format and runs in Claude Code, OpenCode, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’