ci

SKILL.md

CI

Run the CI pipeline locally before pushing.

Steps

Run these commands in sequence, stopping on first failure:

  1. Brakeman (security scan)

    bundle exec brakeman --quiet --no-pager --ensure-latest
    
  2. Rubocop (style check)

    bundle exec rubocop
    
Installs
5
First Seen
Mar 20, 2026