Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.
Add this skill
npx mdskills install sickn33/wiki-changelogClear changelog generation skill with structured categorization and user-friendly output
1---2name: wiki-changelog3description: Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.4---56# Wiki Changelog78Generate structured changelogs from git history.910## When to Activate1112- User asks "what changed recently", "generate a changelog", "summarize commits"13- User wants to understand recent development activity1415## Procedure16171. Examine git log (commits, dates, authors, messages)182. Group by time period: daily (last 7 days), weekly (older)193. Classify each commit: Features (๐), Fixes (๐), Refactoring (๐), Docs (๐), Config (๐ง), Dependencies (๐ฆ), Breaking (โ ๏ธ)204. Generate concise user-facing descriptions using project terminology2122## Constraints2324- Focus on user-facing changes25- Merge related commits into coherent descriptions26- Use project terminology from README27- Highlight breaking changes prominently with migration notes28
Full transparency โ inspect the skill content before installing.