From deep-wiki
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.
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.
Before generating any changelog, you MUST determine the source repository context:
git remote get-url origin to detect if a remote existsREPO_URL, use linked citations for commit hashes and file referencesREPO_URL is available, link commit hashes: [abc1234](REPO_URL/commit/abc1234) and changed files: [file_path](REPO_URL/blob/BRANCH/file_path)npx claudepluginhub microsoft/skills --plugin deep-wikiGenerates structured changelogs from git history, grouping commits by time period and classifying them by type (features, fixes, refactoring, etc.).
Generates user-friendly changelogs from git commit history by scanning, categorizing (features, fixes, etc.), filtering noise, and rephrasing technical details for customers.
Generates user-facing changelogs from git commits by categorizing changes and translating technical messages into customer-friendly release notes.