npx skills add ...
npx skills add microsoft/skills --skill wiki-changelog
npx skills add microsoft/skills --skill 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.
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)