ワンクリックで
git-release
Create consistent releases with changelogs, version bumps, and release notes from git history
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create consistent releases with changelogs, version bumps, and release notes from git history
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create Architecture Decision Records using the Michael Nygard template with context, decision, alternatives, and consequences
Generate or validate OpenAPI and AsyncAPI specs from code or requirements with consistent naming, errors, and pagination
Generate CHANGELOG.md from git history in Keep a Changelog format with Added, Changed, Deprecated, Removed, Fixed, and Security categories
Generate CI/CD pipeline config for detected platform with lint, test, build, and deploy stages
Scan dependencies for CVEs, outdated packages, license issues, and unused deps to produce a prioritized remediation list
Guide deployment processes including CI/CD pipeline creation, environment setup, and rollback procedures
| name | git-release |
| description | Create consistent releases with changelogs, version bumps, and release notes from git history |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"maintainers","workflow":"github"} |
gh release create commandUse this skill when you are preparing a tagged release. Ask clarifying questions if the target versioning scheme is unclear.
git describe --tags --abbrev=0git log <tag>..HEAD --oneline! suffix -> Majorfeat: -> Minorfix: -> Patch## [vX.Y.Z] - YYYY-MM-DD
### Breaking Changes
- Description (#PR)
### Features
- Description (#PR)
### Bug Fixes
- Description (#PR)
### Other
- Description (#PR)
gh release create vX.Y.Z --title "vX.Y.Z" --notes-file release-notes.md