| name | ci |
| description | Run the local CI sequence for this repo. Use when the user asks to run CI, verify a branch before push, or check code quality with the full local pipeline. |
| allowed-tools | Bash |
CI
Run the local checks in this order and stop on first failure unless the user asks otherwise:
bundle exec brakeman --quiet --no-pager --ensure-latest
bundle exec rubocop
bin/importmap audit
bin/rails test
bin/rails test:system
Report a short status summary with one line per step. If a step fails, include the failing command and the key error.