con un clic
ruby-rails
Ruby on Rails conventions and patterns for Foreman ecosystem projects
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Ruby on Rails conventions and patterns for Foreman ecosystem projects
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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)