Use when performing release readiness review — comprehensive checklist for evaluating release readiness before deploying to production. Covers code completeness, testing validation, documentation updates, monitoring readiness, rollback procedures, stakeholder sign-offs, and go/no-go decision criteria to ensure confident releases.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add cloudthinker-ai/CloudSkills --skill release-readiness-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Release Readiness Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cloudthinker-ai-release-readiness-review)More formats (shields.io, HTML) on the badges page.
---
name: release-readiness-review
enabled: true
description: |
Use when performing release readiness review — comprehensive checklist for
evaluating release readiness before deploying to production. Covers code
completeness, testing validation, documentation updates, monitoring readiness,
rollback procedures, stakeholder sign-offs, and go/no-go decision criteria to
ensure confident releases.
required_connections:
- prefix: github
label: "GitHub"
- prefix: jira
label: "Jira (or project tracker)"
config_fields:
- key: release_version
label: "Release Version"
required: true
placeholder: "e.g., v4.2.0"
- key: release_name
label: "Release Name/Description"
required: true
placeholder: "e.g., Q1 payment redesign"
- key: release_date
label: "Target Release Date"
required: true
placeholder: "e.g., 2026-04-15"
features:
- COMPLIANCE
- RELEASE
---
# Release Readiness Review Skill
Evaluate readiness for **{{ release_name }}** ({{ release_version }}) targeted for **{{ release_date }}**.
## Workflow
### Phase 1 — Feature Completeness
```
FEATURE STATUS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[ ] All planned features complete:
Feature | Status | Owner | Tests
_______________________|___________|_________|______
| | |
| | |
| | |
[ ] Features deferred to next release:
- ___
- ___
[ ] All PRs merged: [ ] YES — count: ___
[ ] No open blockers: [ ] CONFIRMED
[ ] Code freeze in effect: [ ] YES — since: ___
```
### Phase 2 — Testing Validation
```
TEST RESULTS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[ ] Unit tests: ___ pass / ___ fail / ___ skip (coverage: ___%)
[ ] Integration tests: ___ pass / ___ fail
[ ] E2E tests: ___ pass / ___ fail
[ ] Performance tests:
- P95 latency: ___ms (SLO: ___ms)
- Throughput: ___ RPS (target: ___ RPS)
- No performance regressions: [ ] CONFIRMED
[ ] Security scan: [ ] PASS — vulnerabilities: ___
[ ] Accessibility tests: [ ] PASS
[ ] Manual QA sign-off: [ ] YES — by: ___
[ ] Staging environment validated: [ ] YES
[ ] Load test completed: [ ] YES — results: ___
TEST DECISION MATRIX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Category | Required | Status | Blocking
Unit | YES | |
Integration | YES | |
E2E | YES | |
Performance | YES | |
Security | YES | |
Accessibility | NO | |
```
### Phase 3 — Operational Readiness
```
OPERATIONS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[ ] Deployment runbook reviewed and updated
[ ] Rollback procedure tested
[ ] Database migrations:
- Migrations to apply: ___
- Backward compatible: [ ] YES
- Rollback script ready: [ ] YES
[ ] Feature flags configured:
- Flags for this release: ___
- Gradual rollout plan: ___
[ ] Monitoring and alerting:
- Dashboards updated: [ ] YES
- Alerts configured for new features: [ ] YES
- On-call team briefed: [ ] YES
[ ] Infrastructure changes required: [ ] YES [ ] NO
- Changes applied: [ ] YES
```
### Phase 4 — Documentation and Communication
```
DOCUMENTATION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[ ] Release notes written
[ ] API documentation updated
[ ] User-facing documentation updated
[ ] Internal knowledge base updated
[ ] Changelog updated
COMMUNICATION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[ ] Customer-facing announcement prepared
[ ] Internal team notification prepared
[ ] Support team briefed on changes
[ ] Known issues documented
```
### Phase 5 — Go/No-Go Decision
```
SIGN-OFFS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Role | Name | Decision | Date
Engineering Lead | ___ | GO / NO-GO | ___
QA Lead | ___ | GO / NO-GO | ___
Product Owner | ___ | GO / NO-GO | ___
Operations Lead | ___ | GO / NO-GO | ___
Security | ___ | GO / NO-GO | ___
FINAL DECISION: [ ] GO [ ] NO-GO [ ] CONDITIONAL GO
Conditions (if conditional):
- ___
- ___
Release window: ___
Release owner: ___
```
## Counter-Rationalizations
| Shortcut | Counter | Why |
|----------|---------|-----|
| "We can skip some steps for this case" | Adapt the workflow steps, don't skip them | Skipped steps are where incidents and oversights originate |
| "The user seems to already know what to do" | Complete all workflow phases with the user | The workflow catches blind spots that experience alone misses |
| "This is a minor case, full process is overkill" | Scale the process down, don't turn it off | Minor cases become major when unstructured; the process scales, not disappears |
| "I'll fill in the details later" | Complete each section before moving on | Deferred details are forgotten; real-time capture is more accurate |
| "The template output isn't necessary" | Always produce the structured output format | Structured output enables comparison, audit trails, and handoff to other teams |
## Output Format
Produce a release readiness report with:
1. **Release summary** (version, features, scope)
2. **Test results** (pass/fail rates, coverage, performance)
3. **Operational readiness** (deployment plan, rollback, monitoring)
4. **Risk assessment** (known issues, blockers, mitigations)
5. **Decision** (GO / NO-GO with sign-offs and conditions)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!