一键导入
ruby
Ruby and Rails development workflow. Use when editing Ruby, Rails, Bundler, RSpec, RuboCop, migrations, jobs, policies, services, or gems.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ruby and Rails development workflow. Use when editing Ruby, Rails, Bundler, RSpec, RuboCop, migrations, jobs, policies, services, or gems.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Plan and execute work with dedicated planner, executor, and subagent flows in pi. Use for multi-step tasks, delegation, verification, or when switching models/tools by role.
Open GitHub pull requests with newline-safe bodies. Use when asked to create, open, draft, or update a PR description/body.
Use parent-controlled WezTerm Matrix panes for visible multi-agent orchestration. Use when the user asks for Matrix, WezTerm panes/tabs/splits, visible subagents, or multi-agent cockpit workflows.
Review GitHub PRs or SourceHut patchsets with forge CLI tools, local checks, and concise actionable findings. Use when asked to review a PR, patch, branch, or merge request.
Triage GitHub Actions or SourceHut CI/build failures. Use when asked why CI is failing, what checks ran, or how to fix a failed build.
Use pi's read-only plan mode with elicitation and isolated git worktree execution. Use when a task should be planned before changes, needs user approval, or should run safely outside the active checkout.
| name | ruby |
| description | Ruby and Rails development workflow. Use when editing Ruby, Rails, Bundler, RSpec, RuboCop, migrations, jobs, policies, services, or gems. |
Gemfile, Gemfile.lock, .ruby-version, .rubocop.yml, Rakefile, and Rails dirs when relevant.Run the smallest relevant check:
bundle exec ruby -c path/to/file.rb
bundle exec rspec path/to/spec.rb
bundle exec rubocop path/to/file.rb
bin/rails test path/to/test.rb
bin/rails zeitwerk:check