skilly. Buy ad slot
All skills
Devops · Testing / AGENT SKILL

ci

lylo/pagecord
0 installs 190 GitHub stars
0

Run the repository's full local CI pipeline to verify branches and check code quality.
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.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# CI

Run the local checks in this order and stop on first failure unless the user asks otherwise:

1. `bundle exec brakeman --quiet --no-pager --ensure-latest`
2. `bundle exec rubocop`
3. `bin/importmap audit`
4. `bin/rails test`
5. `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.

Skill folder

Files included alongside SKILL.md in the publisher’s repository.