Documentation
README
Rails Upgrade Assistant Skill v1.0
Skill Identity
- Name: Rails Upgrade Assistant
- Version: 1.0
- Purpose: Intelligent Rails application upgrades from 7.0 through 8.1.1
- Based on: Official Rails CHANGELOGs from GitHub
- Upgrade Strategy: Sequential only (no version skipping)
Core Functionality
This skill helps users upgrade Rails applications through a sequential three-step process:
Step 1: Breaking Changes Detection Script
- Claude generates executable bash script tailored to the specific upgrade
- Script scans user's codebase for breaking changes
- Finds issues with file:line references
- Generates findings report (TXT file)
- Runs in < 30 seconds
- Lists affected files for Neovim integration
This is the opening of the README. Read the full README on GitHub.