with one click
release
Release preparation with checklist changelog and validation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Release preparation with checklist changelog and validation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | release |
| description | Release preparation with checklist changelog and validation |
| allowed-tools | Read, Write, Bash, Glob, Grep |
Prepare a release with checklist, changelog, and validation.
docs/spec/.llm/PROGRESS.md for recent changes and known issues..claude/rules/agent-guide.md for quality gates./security-review now)Review commits since the last tag (git log $(git describe --tags --abbrev=0)..HEAD --oneline) and categorize:
## [version] - {date}
### Added
- {new features}
### Changed
- {modifications to existing features}
### Fixed
- {bug fixes}
### Removed
- {removed features}
### Security
- {security fixes}
### Breaking Changes
- {breaking changes with migration instructions}
git stash && tests && git stash pop)Present the checklist and changelog to the user for approval. Once approved:
git tag -a v{version} -m "{changelog summary}"goreleaser release (or push the tag for CI)npm publish (with appropriate flags)$ARGUMENTS
Create Architecture Decision Record
Design API contracts with OpenAPI specifications
Assess architecture decisions tradeoffs and edge cases
Design database schemas with migrations and repository interfaces
Break requests into parallel tasks for team execution
Audit dependencies for vulnerabilities and plan upgrades