Repo CI
Set up and audit CI/CD workflows using the
CLI against the standards defined in
references/standards.md.
Modes
Audit Mode
Triggers: "check CI", "audit repo", "what's missing", "CI gaps", "CI health"
Load and follow references/audit-existing.md.
Run
to score the repo across 6 areas, present a scorecard, explain gaps, and offer to fix them.
Setup Mode
Triggers: "set up CI", "add workflows", "new project", "scaffold CI", "add GitHub Actions"
Load and follow references/setup-new.md.
Run
first, review with the user, then generate the files and walk through the post-setup checklist.
CLI Reference
| Command | Description |
|---|
| Audit CI health (exit 0 = pass, 2 = gaps found) |
| Structured JSON output for parsing |
| Generate workflow files from templates |
| Preview generated files without writing |
repo-ci setup --preset node
| Force Node/TypeScript preset |
repo-ci setup --preset python
| Force Python preset |
Supported Stacks
| Stack | Support level |
|---|
| Node/TypeScript | Full — CI + release + coverage + rulesets |
| Python | Basic — CI + release |
Unsupported stack? If
outputs an unsupported-stack message (exit 2), follow the exit door handling in
references/setup-new.md to scaffold manually and extend the skill.
Source of Truth
All standards (triggers, jobs, thresholds, release steps) are documented in references/standards.md. When in doubt, refer there.