Validate that the project is ready for release
Scanned 9/8/2026
Install to Claude Code
npx -y skills add Burburton/amazingteam --skill release-readiness-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Release Readiness Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/burburton-release-readiness-check-amazingteam)More formats (shields.io, HTML) on the badges page.
---
name: release-readiness-check
description: Validate that the project is ready for release
license: MIT
---
# Release Readiness Check
## When to Use
- Before creating a release
- Before merging to main
- Before deploying to production
## Pre-Release Checklist
### Code Quality
- [ ] All tests pass
- [ ] Test coverage meets threshold (≥80%)
- [ ] No lint errors
- [ ] No TypeScript errors
- [ ] No security vulnerabilities
### Documentation
- [ ] CHANGELOG.md updated
- [ ] README.md current
- [ ] API documentation updated
- [ ] Migration guide (if breaking changes)
### Version
- [ ] Version bumped appropriately
- [ ] Version in package.json correct
- [ ] Git tag prepared
### Dependencies
- [ ] Dependencies up to date
- [ ] No known vulnerabilities in dependencies
- [ ] Lock file committed
## Breaking Changes Check
If this release includes breaking changes:
- [ ] Breaking changes documented
- [ ] Migration guide provided
- [ ] Deprecation warnings added in previous version
- [ ] Major version bumped (semver)
## Deployment Readiness
- [ ] Environment variables documented
- [ ] Database migrations ready (if needed)
- [ ] Feature flags configured
- [ ] Rollback plan documented
## Release Notes Template
```markdown
## [Version] - YYYY-MM-DD
### Added
- [New features]
### Changed
- [Changes to existing features]
### Fixed
- [Bug fixes]
### Breaking Changes
- [Breaking changes with migration guide]
### Dependencies
- [Updated dependencies]
```
## Sign-off
- [ ] All checks passed
- [ ] Release notes reviewed
- [ ] Stakeholders notified
- [ ] Ready to releaseIs 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!