com um clique
release
Release preparation with checklist changelog and validation
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Release preparation with checklist changelog and validation
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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
| 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