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.
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiThis skill uses the workspace's default tool permissions.
Generate structured changelogs from git history.
Generates 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 formatted CHANGELOG.md from git commit history by categorizing conventional commits into Added, Fixed, Changed, and Breaking sections using Keep a Changelog format.
Share bugs, ideas, or general feedback.
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