| name | release-readiness |
| description | Use when user asks if a release is ready to ship, needs a go/no-go decision, or wants to run quality gates before deploying. |
Kaboom Release Readiness
Use this skill before UAT and before shipping.
Inputs To Request
- Release branch/commit
- Required gates
- UAT scenarios
Workflow
-
Run quality gates:
Lint, unit tests, race tests, and security scans.
-
Run integration smoke:
Validate critical end-to-end flows.
-
Check operational readiness:
Confirm config paths, state paths, and startup/shutdown behavior.
-
Capture blockers:
List exact failing checks and impact.
-
Produce decision:
Return go/no-go with required actions.
Output Contract
gate_results
blockers
mitigations
decision