ci-cd
SKILL.md
CI/CD DevOps Standards
Quick Navigation: Level 1: Quick Start (5 min) → Level 2: Implementation (30 min) → Level 3: Mastery (Extended)
Level 1: Quick Start (<2,000 tokens, 5 minutes)
Core Principles
- Automate Everything: Build, test, security scan, and deploy automatically
- Fail Fast: Detect issues early with comprehensive testing gates
- Security First: Scan dependencies, containers, and code for vulnerabilities
- Reproducible Builds: Same code → same artifact every time
- Rapid Rollback: Deploy with confidence, roll back quickly if needed