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