What problem does it solve?
This Skill solves the problem of shipping changes without reliable evidence, traceable artifacts, or enforceable deployment safety gates.
Core Features & Use Cases
- Evidence-backed CI/CD design: Specifies required checks (tests, SAST, scans) that must block promotion, plus a clear failure and override policy.
- Immutable, promoted artifacts: Enforces build-once promotion using content-addressed digests and provenance/SBOM generation expectations.
- Environment-safe deployment strategy: Defines proportional blast-radius gates (dev → staging → production) with post-deploy health verification and rollback hooks.
- Supply-chain and secret safety: Establishes action pinning, signing/provenance, minimal-privilege credentials, and vault/OIDC-based secret handling that avoids leakage.
Quick Start
Use the ci-cd skill to generate a production-grade pipeline specification with required gates, immutable artifact promotion rules, and an automated post-deploy health check with rollback.