What problem does it solve?
The promotion-pipeline skill helps you determine why a merged change has not reached the live Kubernetes cluster by tracing it through the end-to-end OCI artifact promotion lifecycle and its validation gates.
Core Features & Use Cases
- End-to-end pipeline tracing: Follow the build → integration validation → promotion → live deployment stages using concrete GitHub Actions, GHCR, Flux reconciliation, and alerting checkpoints.
- Artifact/tag strategy debugging: Diagnose issues based on the exact OCI tags (rc, sha, integration, validated, and stable semver) and how they move between systems.
- Fast recovery and manual promotion: Provide an emergency manual promotion path when automation fails, including fallback tagging via Flux if required.
- Key use cases: Troubleshoot changes stuck in integration, investigate live not updating, interpret GitHub Actions workflow failures, and validate OCI artifact tags in GHCR.
Quick Start
Ask the skill to trace why a specific commit SHA has not appeared on the live cluster and to walk the exact checks from build, through OCIRepository semver/conditions, to the validation-success alert and the stable tag promotion.