microsoft/wiki-changelog
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 skills add https://github.com/microsoft/skills --skill wiki-changelog
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 and changed files: file_pathTake microsoft/wiki-changelog from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.