Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Add this skill
npx mdskills install ComposioHQ/changelog-generatorProvides clear, actionable workflow for transforming git commits into user-friendly changelogs with good examples
1---2name: changelog-generator3description: Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.4---56# Changelog Generator78This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate.910## When to Use This Skill1112- Preparing release notes for a new version13- Creating weekly or monthly product update summaries14- Documenting changes for customers15- Writing changelog entries for app store submissions16- Generating update notifications17- Creating internal release documentation18- Maintaining a public changelog/product updates page1920## What This Skill Does21221. **Scans Git History**: Analyzes commits from a specific time period or between versions232. **Categorizes Changes**: Groups commits into logical categories (features, improvements, bug fixes, breaking changes, security)243. **Translates Technical → User-Friendly**: Converts developer commits into customer language254. **Formats Professionally**: Creates clean, structured changelog entries265. **Filters Noise**: Excludes internal commits (refactoring, tests, etc.)276. **Follows Best Practices**: Applies changelog guidelines and your brand voice2829## How to Use3031### Basic Usage3233From your project repository:3435```36Create a changelog from commits since last release37```3839```40Generate changelog for all commits from the past week41```4243```44Create release notes for version 2.5.045```4647### With Specific Date Range4849```50Create a changelog for all commits between March 1 and March 1551```5253### With Custom Guidelines5455```56Create a changelog for commits since v2.4.0, using my changelog57guidelines from CHANGELOG_STYLE.md58```5960## Example6162**User**: "Create a changelog for commits from the past 7 days"6364**Output**:65```markdown66# Updates - Week of March 10, 20246768## ✨ New Features6970- **Team Workspaces**: Create separate workspaces for different71 projects. Invite team members and keep everything organized.7273- **Keyboard Shortcuts**: Press ? to see all available shortcuts.74 Navigate faster without touching your mouse.7576## 🔧 Improvements7778- **Faster Sync**: Files now sync 2x faster across devices79- **Better Search**: Search now includes file contents, not just titles8081## 🐛 Fixes8283- Fixed issue where large images wouldn't upload84- Resolved timezone confusion in scheduled posts85- Corrected notification badge count86```8788**Inspired by:** Manik Aggarwal's use case from Lenny's Newsletter8990## Tips9192- Run from your git repository root93- Specify date ranges for focused changelogs94- Use your CHANGELOG_STYLE.md for consistent formatting95- Review and adjust the generated changelog before publishing96- Save output directly to CHANGELOG.md9798## Related Use Cases99100- Creating GitHub release notes101- Writing app store update descriptions102- Generating email updates for users103- Creating social media announcement posts104105
Full transparency — inspect the skill content before installing.