wiki-changelog
How to Install
This skill comes from a community source. Check the original listing for install instructions.
General Claude Code install: copy SKILL.md to ~/.claude/skills/
Wiki Changelog
Generate structured changelogs from git history.
When to Use
- User asks "what changed recently", "generate a changelog", "summarize commits"
- User wants to understand recent development activity
Procedure
- Examine git log (commits, dates, authors, messages)
- Group by time period: daily (last 7 days), weekly (older)
- Classify each commit: Features (🆕), Fixes (🐛), Refactoring (🔄), Docs (📝), Config (🔧), Dependencies (📦), Breaking (⚠️)
- Generate concise user-facing descriptions using project terminology
Constraints
- Focus on user-facing changes
- Merge related commits into coherent descriptions
- Use project terminology from README
- Highlight breaking changes prominently with migration notes
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Related Skills
wiki-onboarding
Generate two complementary onboarding documents that together give any engineer — from newcomer to p
wiki-qa
Answer repository questions grounded entirely in source code evidence. Use when user asks a question
wiki-researcher
You are an expert software engineer and systems analyst. Use when user asks "how does X work" with e
explain-like-socrates
Explains concepts using Socratic-style dialogue. Use when the user asks to explain, teach or help un