Skill Rails Upgrade
Description
A skill for Claude Code and OpenCode that analyzes Rails applications and provides comprehensive upgrade assessments.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Rails Upgrade Skill
A skill for Claude Code and OpenCode that analyzes Rails applications and provides comprehensive upgrade assessments.
What It Does
When invoked in a Rails project, this skill:
- Verifies you're in a Rails application
- Detects your current Rails version
- Fetches the latest Rails release from GitHub
- Classifies the upgrade type (patch/minor/major)
- Retrieves the official Rails upgrade guide
- Fetches configuration diffs from railsdiff.org
- Generates a comprehensive upgrade summary with complexity rating
Prerequisites
- GitHub CLI (
gh) installed and authenticated
Installation
Claude Code
Create the skills directory if it doesn't exist:
mkdir -p ~/.claude/skillsClone or copy this skill to the skills directory:
git clone https://github.com/robzolkos/skill-rails-upgrade.git ~/.claude/skills/rails-upgradeOr copy manually:
cp -r /path/to/skill-rails-upgrade ~/.claude/skills/rails-upgradeRestart Claude Code to load the skill.
OpenCode
Create the skill directory if it doesn't exist:
mkdir -p ~/.config/opencode/skillClone or copy this skill to the skill directory:
git clone https://github.com/robzolkos/skill-rails-upgrade.git ~/.config/opencode/skill/rails-upgradeOr copy manually:
cp -r /path/to/skill-rails-upgrade ~/.config/opencode/skill/rails-upgradeRestart OpenCode to load the skill.
Usage
Navigate to a Rails project directory and invoke the skill:
/rails-upgrade
The skill will analyze your Rails application and provide:
- Version Information: Current vs latest Rails version
- Upgrade Complexity Assessment: Small/Medium/Large rating based on multiple factors
- Key Changes: Configuration updates, deprecations, breaking changes
- Recommended Steps: Step-by-step upgrade process
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11