ci-cd

Installation
SKILL.md

CI/CD Skill

Core Principle

Automate everything from commit to production.

CI/CD eliminates manual steps, catches issues early, and enables rapid, reliable releases. Every commit should automatically:

  • Build
  • Test
  • Deploy (to appropriate environment)

Continuous Integration (CI)

What is CI?

CI = Automatically build and test every commit

Installs
3
GitHub Stars
4
First Seen
Mar 16, 2026
ci-cd — all-the-vibes/skills-catalog