بنقرة واحدة
release
Release preparation with checklist changelog and validation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Release preparation with checklist changelog and validation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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