changelog-generator
14
总安装量
13
周安装量
#23770
全站排名
安装命令
npx skills add https://github.com/prorise-cool/claude-code-multi-agent --skill changelog-generator
Agent 安装分布
claude-code
8
opencode
8
github-copilot
7
codex
7
gemini-cli
7
antigravity
5
Skill 文档
Changelog Generator
æ¤æè½å°ææ¯æ§ç git æäº¤è½¬æ¢ä¸ºç²¾ç¾çãç¨æ·åå¥½çæ´æ°æ¥å¿ï¼æ¨ç客æ·åç¨æ·å°è½å¤çæ£çè§£åæ¬£èµã
When to Use This Skill
- 为æ°çæ¬åå¤åå¸è¯´æ
- å建æ¯å¨ææ¯æçäº§åæ´æ°æè¦
- 为客æ·è®°å½æ´æ¹
- 为åºç¨ååºæäº¤ç¼åæ´æ°æ¥å¿æ¡ç®
- çææ´æ°éç¥
- å建å é¨åå¸ææ¡£
- ç»´æ¤å ¬å ±æ´æ°æ¥å¿/äº§åæ´æ°é¡µé¢
What This Skill Does
- æ«æ Git åå²: åæç¹å®æ¶é´æ®µæçæ¬ä¹é´çæäº¤
- åç±»æ´æ¹: å°æäº¤åç»å°é»è¾ç±»å«ï¼åè½ãæ¹è¿ãé误修å¤ãéå¤§æ´æ¹ãå®å ¨ï¼
- ææ¯ â ç¨æ·å好: å°å¼å人åæäº¤è½¬æ¢ä¸ºå®¢æ·è¯è¨
- ä¸ä¸æ ¼å¼å: åå»ºæ¸ æ°ãç»æåçæ´æ°æ¥å¿æ¡ç®
- è¿æ»¤åªé³: æé¤å é¨æäº¤ï¼éæãæµè¯çï¼
- éµå¾ªæä½³å®è·µ: åºç¨æ´æ°æ¥å¿æå忍çåç声é³
How to Use
Basic Usage
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
With Specific Date Range
Create a changelog for all commits between March 1 and March 15
With Custom Guidelines
Create a changelog for commits since v2.4.0, using my changelog
guidelines from CHANGELOG_STYLE.md
Example
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
Tips
- Run from your git repository root
- Specify date ranges for focused changelogs
- Use your CHANGELOG_STYLE.md for consistent formatting
- Review and adjust the generated changelog before publishing
- Save output directly to CHANGELOG.md
Related Use Cases
- Creating GitHub release notes
- Writing app store update descriptions
- Generating email updates for users
- Creating social media announcement posts