con un clic
release
Release preparation with checklist changelog and validation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Release preparation with checklist changelog and validation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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