What problem does it solve?
This Skill provides end-to-end governance for software releases, ensuring that each release is a coherent delta with a matching code state, changelog, tag, release notes, deployment, and validation.
Core Features & Use Cases
- Pre-release readiness checks: CI green, branches merged, and main clean before tagging.
- Version stamping and provenance: bump VERSION, run stamp-versions.sh, and verify consistency across manifests.
- Release documentation: generate and publish a RELEASE.md and CHANGELOG ledger with honest grade scaffolding and artifact tracing.
- Tagging and deployment coordination: create annotated tags, coordinate with delta reviewers, trigger release CI, deploy validated binaries, and perform post-release validation.
- Traceability and compliance: update CDD traces, maintain release artifacts, and ensure artifacts match across all surfaces.
Quick Start
Run the release workflow from the main branch to stamp VERSION, update CHANGELOG, generate RELEASE.md, tag the release, and wait for CI completion.