一键导入
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 职业分类
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
| 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)