원클릭으로
ruby-rails
Ruby on Rails conventions and patterns for Foreman ecosystem projects
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ruby on Rails conventions and patterns for Foreman ecosystem projects
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ruby-rails |
| description | Ruby on Rails conventions and patterns for Foreman ecosystem projects |
All rake/rails commands run from the foreman directory.
bundle exec rake test:katello:test TESTOPTS="-v"bundle exec ruby -Itest /path/to/test.rbbundle exec ruby -Itest /path/to/test.rb -n test_method_namebundle exec rubocop --parallelbundle exec rails consoleFactoryBot.create(:katello_repository)(Add entries here as discovered)
How to test on production/packaged Foreman/Katello/Satellite VMs (forklift, hammer, API, rails console, logs)
Replace Enzyme snapshot tests with React Testing Library (RTL) behavioral tests in Foreman plugin projects. Use when converting snapshot tests for React 18 migration.
Systematic approach to investigating software bugs
Katello test patterns, factories, and conventions
How to navigate and explain unfamiliar codebases effectively
Feature design methodology — requirements gathering, design, story breakdown