원클릭으로
release-notes
Generate release notes from git history between tags
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate release notes from git history between tags
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
| name | release-notes |
| description | Generate release notes from git history between tags |
Generate categorized release notes from git commit history between two tags or refs.
from (optional): Starting tag/ref. Defaults to the previous tag.to (optional): Ending tag/ref. Defaults to HEAD.If from is not provided, find the most recent tag:
git describe --tags --abbrev=0 HEAD~1
If to is not provided, use HEAD.
git log --oneline --no-merges <from>..<to>
Parse commit messages using conventional commit prefixes and categorize:
| Prefix | Category |
|---|---|
feat: | New Features |
fix: | Bug Fixes |
perf: | Performance |
refactor: | Improvements |
chore: | Maintenance |
docs: | Documentation |
ci: | CI/CD |
test: | Testing |
Commits without conventional prefixes go under "Other Changes".
## What's Changed
### New Features
- Description of feature (#PR)
### Bug Fixes
- Description of fix (#PR)
### Improvements
- Description of improvement (#PR)
### Maintenance
- Description of chore (#PR)
Detect the version type from package.json and note:
X.Y.Z-alpha.N): Mark as "Alpha Release - For QA and early testing"X.Y.Z-beta.N): Mark as "Beta Release - Pre-release testing"X.Y.Z): Mark as "Stable Release"Present the formatted release notes to the user for review. Do not create any files unless asked.
Build and test the Electron app with proper worktree isolation
Audit translation completeness across all language files
Scaffold a new IPC channel with proper TypeScript types
Create or review Qase-ready QA flows for Rocket.Chat Desktop PRs and branches.
SOC 직업 분류 기준