원클릭으로
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