changelog-generator by dedalus-erp-pas/foundation-skills
npx skills add https://github.com/dedalus-erp-pas/foundation-skills --skill changelog-generator此技能可将技术性的 Git 提交记录转化为精美、用户友好的变更日志,让您的客户和用户能够真正理解并欣赏。
在您的项目仓库中:
Create a changelog from commits since last release
Generate changelog for all commits from the past week
Create release notes for version 2.5.0
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Create a changelog for all commits between March 1 and March 15
Create a changelog for commits since v2.4.0, using my changelog
guidelines from CHANGELOG_STYLE.md
创建变更日志时:
git log 获取指定时间段的提交信息示例:
* ❌ "Refactored authentication service to use JWT tokens"
* ✅ "Faster, more secure login experience"
* ❌ "Added Redis caching layer to API endpoints"
* ✅ "Pages load 50% faster"
* ❌ "Implemented debounce on search input component"
* ✅ "Search now responds instantly as you type"
chore:、test:、docs:、refactor: 的提交(除非是面向用户的)用户:"Create a changelog for commits from the past 7 days"
输出:
# Updates - Week of March 10, 2024
## ✨ New Features
- **Team Workspaces**: Create separate workspaces for different
projects. Invite team members and keep everything organized.
- **Keyboard Shortcuts**: Press ? to see all available shortcuts.
Navigate faster without touching your mouse.
## 🔧 Improvements
- **Faster Sync**: Files now sync 2x faster across devices
- **Better Search**: Search now includes file contents, not just titles
## 🐛 Fixes
- Fixed issue where large images wouldn't upload
- Resolved timezone confusion in scheduled posts
- Corrected notification badge count
灵感来源: Manik Aggarwal 在 Lenny's Newsletter 中的用例
| 技术性提交 | 用户友好条目 |
|---|---|
| "Add OAuth2 support for SSO integration" | "单点登录:使用您的公司账户登录" |
| "Optimize database queries with indexes" | "仪表板加载速度提升 3 倍" |
| "Implement WebSocket connection for real-time updates" | "无需刷新即可即时查看更改" |
| "Add validation for email input fields" | "输入无效邮箱时显示有帮助的错误信息" |
| "Fix memory leak in background sync worker" | "改进了长时间会话期间的应用稳定性" |
✨ 新功能
🔧 改进
🐛 错误修复
⚠️ 重大变更
🔒 安全性
每周安装次数
64
代码仓库
GitHub 星标数
2
首次出现
Jan 21, 2026
安全审计
安装于
claude-code48
opencode48
github-copilot48
cursor46
gemini-cli45
codex42
This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate.
From your project repository:
Create a changelog from commits since last release
Generate changelog for all commits from the past week
Create release notes for version 2.5.0
Create a changelog for all commits between March 1 and March 15
Create a changelog for commits since v2.4.0, using my changelog
guidelines from CHANGELOG_STYLE.md
When creating a changelog:
Analyze Git History
git log to retrieve commit messages for the specified time periodCategorize Commits
Transform Technical → User Language
Examples:
* ❌ "Refactored authentication service to use JWT tokens"
* ✅ "Faster, more secure login experience"
* ❌ "Added Redis caching layer to API endpoints"
* ✅ "Pages load 50% faster"
* ❌ "Implemented debounce on search input component"
* ✅ "Search now responds instantly as you type"
4. Format the Changelog
* Use clear section headers with emojis for visual scanning
* Start with most impactful changes (features, breaking changes)
* Use bold for the feature name, then explain in plain language
* Keep entries concise (1-2 sentences)
* Group related changes together
5. Apply Filters
* Exclude commits marked as `chore:`, `test:`, `docs:`, `refactor:` (unless user-facing)
* Skip merge commits and version bump commits
* Combine multiple commits about the same feature into one entry
* Remove developer-only changes
6. Add Context
* Include the date or version number in the title
* Add a brief introduction if it's a major release
* Link to detailed documentation for breaking changes
* Include migration guides when relevant
User : "Create a changelog for commits from the past 7 days"
Output :
# Updates - Week of March 10, 2024
## ✨ New Features
- **Team Workspaces**: Create separate workspaces for different
projects. Invite team members and keep everything organized.
- **Keyboard Shortcuts**: Press ? to see all available shortcuts.
Navigate faster without touching your mouse.
## 🔧 Improvements
- **Faster Sync**: Files now sync 2x faster across devices
- **Better Search**: Search now includes file contents, not just titles
## 🐛 Fixes
- Fixed issue where large images wouldn't upload
- Resolved timezone confusion in scheduled posts
- Corrected notification badge count
Inspired by: Manik Aggarwal's use case from Lenny's Newsletter
| Technical Commit | User-Friendly Entry |
|---|---|
| "Add OAuth2 support for SSO integration" | "Single Sign-On : Log in with your company account" |
| "Optimize database queries with indexes" | "Dashboard loads 3x faster" |
| "Implement WebSocket connection for real-time updates" | "See changes instantly without refreshing" |
| "Add validation for email input fields" | "Helpful error messages when entering invalid emails" |
| "Fix memory leak in background sync worker" | "Improved app stability during long sessions" |
✨ New Features
🔧 Improvements
🐛 Bug Fixes
⚠️ Breaking Changes
🔒 Security
Weekly Installs
64
Repository
GitHub Stars
2
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
claude-code48
opencode48
github-copilot48
cursor46
gemini-cli45
codex42
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
44,900 周安装