| name | Changelog Generator |
| description | Generate release notes from git commits, updates, or feature lists |
| version | 1.0 |
| author | claude-office-skills |
| license | MIT |
| category | productivity |
| tags | ["changelog","release","documentation","developer"] |
| department | Dev/PM |
| models | {"recommended":["claude-sonnet-4","claude-opus-4"],"compatible":["claude-3-5-sonnet","gpt-4","gpt-4o"]} |
| mcp | {"server":"office-mcp","tools":["create_docx","md_to_docx"]} |
| capabilities | ["changelog_generation","version_tracking","release_notes"] |
| languages | ["en","zh"] |
Changelog Generator
Generate professional release notes and changelogs from commits, feature lists, or updates.
Overview
This skill helps you:
- Transform git commits into readable changelogs
- Categorize changes by type
- Write user-friendly release notes
- Maintain changelog history
- Follow conventional formats
How to Use
From Git Commits
"Generate a changelog from these commits:
- fix: resolve login timeout issue
- feat: add dark mode support
- docs: update API documentation"
From Feature List
"Create release notes for version 2.0:
- New dashboard design
- Performance improvements (50% faster)
- Fixed: export button not working
- Removed: legacy API v1"
From Diff/Changes
"Summarize these code changes into a changelog entry"
Output Formats
Standard Changelog (Keep a Changelog)
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
## [2.1.0] - 2026-01-29
### Added
- Dark mode support across all pages
- Export to CSV functionality
- Keyboard shortcuts for common actions
### Changed
- Redesigned dashboard with improved navigation
- Upgraded authentication to OAuth 2.0
- Performance improvements (50% faster load times)
### Deprecated
- Legacy API v1 (will be removed in v3.0)
### Removed
- Support for Internet Explorer
### Fixed
- Login timeout issue on slow connections
- Export button not responding on mobile
- Memory leak in real-time updates
### Security
Updated dependencies to patch CVE-2026-XXXX
...