Skip to main content
Code Guide
Skill Recommended

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

  1. Open the template on GitHub and copy its content: skills/ci-all/SKILL.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates