ci-verify-setup
Installation
SKILL.md
CI + Verify Setup Skill
Use this skill when the user asks to:
- add CI
- create/update
.github/workflows/CI.yml - add a
verifyscript/command - ensure local checks match CI checks
Goal
Create a reliable, repeatable verification pipeline where:
- Developers run one command locally:
verify - CI runs the exact same command on PRs and pushes
- The setup is minimal, deterministic, and easy to maintain