CI/CD Pipeline Architecture
Purpose
Pipelines are the line between "works on my machine" and "production is down." This skill ensures code is built exactly once, tested comprehensively, and deployed reliably through immutable artifacts without human intervention.
When to use
- Setting up a new GitHub Actions, GitLab CI, or Jenkins workflow
- Automating manual deployment processes
- Enforcing code quality checks on Pull Requests
- Establishing environment promotion strategy (dev → stagi
[Description truncada. Veja o README completo no GitHub.]