rails-upgrade

仓库创建 2026年1月31日最近提交 15 天前SkillHot 收录 21 天前
▸ 精选理由

覆盖多版本顺序升级,适合需要系统化迁移的团队。

▸ 风险提示

可能给出需手动实施或破坏性变更,执行前应备份并确认。

这个 Skill 做什么

分析 Rails 应用并生成逐步升级报告与迁移建议(2.3→8.1)。

扫描 Rails 应用并生成逐版本的升级报告,列出破坏性变更、弃用点和按步骤的迁移建议(覆盖 2.3 到 8.1 的顺序升级)。适合规划大版本跨越、多跳升级或想提前知道哪些代码和依赖会出问题时使用。特点是给出可执行的修改清单、回滚要点和基于 FastRuby 方法论的实务建议,避免跳着升级导致风险。

▸ 展开 SKILL.md 英文原文

Analyzes Rails applications and generates comprehensive upgrade reports with breaking changes, deprecations, and step-by-step migration guides for Rails 2.3 through 8.1. Use when upgrading Rails applications, planning multi-hop upgrades, or querying version-specific changes. Based on FastRuby.io methodology and "The Complete Guide to Upgrade Rails" ebook.

开发编程Rails升级迁移兼容性通用
370
Stars
13
Forks
2
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ombulabs/claude-code_rails-upgrade-skill/main/rails-upgrade/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ombulabs/claude-code_rails-upgrade-skill/main/rails-upgrade/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Rails Upgrade Assistant Skill

## Skill Identity
- **Name:** Rails Upgrade Assistant
- **Purpose:** Intelligent Rails application upgrades from 2.3 through 8.1
- **Skill Type:** Modular with external workflows and examples
- **Upgrade Strategy:** Sequential only (no version skipping)
- **Methodology:** Based on FastRuby.io upgrade best practices and "The Complete Guide to Upgrade Rails" ebook
- **Attribution:** Content based on "The Complete Guide to Upgrade Rails" by FastRuby.io (OmbuLabs)

---

## Dependencies

- **dual-boot skill** ([github.com/ombulabs/claude-code_dual-boot-skill](https://github.com/ombulabs/claude-code_dual-boot-skill)) — Sets up and manages dual-boot environments usi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有