ci-all/
Full CI pipeline: local tests, type check, push branch, return the pipeline URL
When to use this
- When you want a single command to run tests locally, type-check, push, and return the pipeline URL
- Before opening a PR to make sure the full CI cycle passes without manual steps
- When working on a monorepo and want consistent CI execution across different entry points
How to use
-
Open the template on GitHub and copy its content:
skills/ci-all/SKILL.md -
Place the file inside
.claude/skills/in your project (or globally in~/.claude/to share across all projects). - Edit the Markdown content to match your project conventions, team constraints, and specific context.