release-engineering
SolidPrepares and controls software releases with risk classification, CI quality gates, artifact provenance, feature flags, staged rollout, measurable promotion and rollback thresholds, post-deploy verification, and cleanup. Use for deployment pipelines, launch readiness, canaries, production rollout, release automation, or rollback planning. Not for merely merging a completed development branch or proving one local change.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- thiientv
- Repository
- thiientv/godmode
- Created
- 1 weeks ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
release-engineer
Automates the last mile of shipping software — verifies release readiness, generates changelogs, tags versions, and pushes releases
oss-release-engineering
Design, audit, repair, or operate verifiable open-source release pipelines across GitHub Actions, package registries, deployments, and app stores. Use when a request includes trigger phrases such as 'cut a release', 'release workflow', 'tag-driven release', 'check-tag', 'promote this SHA', 'deploy the same commit', 'publish idempotently', 'retry the release', 'verify release artifacts', 'update GitHub Actions', 'Node action runtime deprecation', 'clean up release branches', 'git cherry before deleting', 'parallel agents with worktrees', 'generated-file drift', 'wrangler types drift', or 'ship to TestFlight from CI'.
release-deployment-safety
Use whenever code will be deployed, released, rolled out, or migrated — new services, new versions, schema/data migrations, config or feature changes, or any change to how software reaches production. Enforces how elite engineering teams ship at scale WITHOUT outages: zero-downtime deploys, progressive delivery (canary/blue-green/rolling), feature flags, instant rollback, and backward-compatible database migrations (expand/contract). Trigger proactively on "deploy," "release," "ship," "roll out," "migration," "cutover," "hotfix," "rollback," "feature flag," "blue-green," "canary," or any change that alters what runs in production — even without those words. Pairs with bdd-comprehensive-testing (tests gate the release) and enterprise-architecture-standards (system shape).