·debug:rails

系统地调试 Rails 问题。当遇到 ActiveRecord 错误(例如 RecordNotFound)、路由问题、Bullet 检测到的 N+1 查询问题、资产管道问题、迁移失败、gem 冲突、ActionController 错误、CSRF 令牌问题或任何需要诊断的 Ruby on Rails 应用程序错误时使用。

15安装·0热度·@snakeo

安装

$npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:rails

SKILL.md

This skill provides a systematic approach to debugging Ruby on Rails applications, covering common error patterns, modern debugging tools, and proven troubleshooting techniques.

Symptoms: Rails fails to find a record in the database when using find or findby! methods.

Symptoms: 404 error - requested URL doesn't exist in the application.

系统地调试 Rails 问题。当遇到 ActiveRecord 错误(例如 RecordNotFound)、路由问题、Bullet 检测到的 N+1 查询问题、资产管道问题、迁移失败、gem 冲突、ActionController 错误、CSRF 令牌问题或任何需要诊断的 Ruby on Rails 应用程序错误时使用。 来源:snakeo/claude-debug-and-refactor-skills-plugin。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:rails
分类
</>开发工具
认证
收录时间
2026-02-06
更新时间
2026-02-18

快速解答

什么是 debug:rails?

系统地调试 Rails 问题。当遇到 ActiveRecord 错误(例如 RecordNotFound)、路由问题、Bullet 检测到的 N+1 查询问题、资产管道问题、迁移失败、gem 冲突、ActionController 错误、CSRF 令牌问题或任何需要诊断的 Ruby on Rails 应用程序错误时使用。 来源:snakeo/claude-debug-and-refactor-skills-plugin。

如何安装 debug:rails?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:rails 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/snakeo/claude-debug-and-refactor-skills-plugin