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.
npx claudepluginhub microsoft/skills --plugin deep-wikiThis skill uses the workspace's default tool permissions.
Generate structured changelogs from git history.
Generate structured changelogs from git history. Use when user asks "what changed recently", "generate a changelog", "summarize commits" or user wants to understand recent development activity.
Generates user-facing changelogs from git commits by scanning history, categorizing changes like features and fixes, and translating technical details to customer-friendly notes. Use for release notes, product updates, and app store submissions.
Generates user-friendly changelogs from git commit history by scanning, categorizing (features, fixes, etc.), filtering noise, and rephrasing technical details for customers.
Share bugs, ideas, or general feedback.
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)