CI/CD Optimization
Installation
SKILL.md
CI/CD Optimization
Transform manual releases into automated, quality-gated, observable pipelines.
Quality gates prevent regression. Automation prevents human error. Observability enables continuous optimization.
When to Use This Skill
Use this skill when:
- 🚀 Setting up CI/CD: New project needs pipeline infrastructure
- ⏱️ Slow builds: Build time exceeds 5 minutes
- 🚫 No quality gates: Coverage, lint, tests not enforced automatically
- 👤 Manual releases: Human-driven deployment process
- 📊 No observability: Cannot track pipeline performance metrics
- 🔄 Broken releases: Defects reaching production regularly
- 📝 Manual CHANGELOG: Release notes created by hand