From deep-wiki
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deep-wiki:wiki_changelogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate structured changelogs from git history.
Generate structured changelogs from git history.
Markdown changelog with time-grouped sections, each commit classified by category emoji. Example:
## Week of Jan 6, 2025
### 🆕 Features
- Added OAuth2 support for third-party integrations
### 🐛 Fixes
- Fixed race condition in session cleanup
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiGenerates structured changelogs from git history by grouping commits by time period, classifying them (features, fixes, etc.), and creating user-facing summaries with project terminology. Use to summarize recent changes or development activity.
Generates structured changelogs from git commit history, categorized by type (features, fixes, refactoring) and grouped by time. Use to summarize recent repo changes or create release notes.
Generates a formatted CHANGELOG.md from git commit history, grouped by type and ready for release.