From fuse-changelog
Fetches and analyzes the Claude Code changelog to detect new versions, features, fixes, and breaking changes since the last known release. Generates a structured update report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-changelog:changelog-scan [--since <version>][--since <version>]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetches and analyzes the official Claude Code changelog to detect new versions and changes.
Fetches and analyzes the official Claude Code changelog to detect new versions and changes.
| Source | URL | Method |
|---|---|---|
| Changelog | code.claude.com/docs/en/changelog.md | WebFetch |
| Docs Index | code.claude.com/docs/llms.txt | WebFetch |
| Hooks Ref | code.claude.com/docs/en/hooks.md | WebFetch |
| Plugins Ref | code.claude.com/docs/en/plugins-reference.md | WebFetch |
| CLI Ref | code.claude.com/docs/en/cli-reference.md | WebFetch |
fetch-changelog into @fusengine/harness):
bun ${CLAUDE_PLUGIN_ROOT}/../node_modules/@fusengine/harness/dist/cli/bin.mjs changelog
It fetches code.claude.com/docs/en/changelog.md, parses versions (current MDX <Update label="X.Y.Z"> format + legacy ## vX.Y.Z fallback), writes state to ~/.claude/logs/00-changelog/<date>-state.json, and prints JSON {latest, new_since_last_check, recent_versions}. WebFetch on the same URL is the manual fallback.Parse patterns from changelog:
## vX.Y.Z or ## X.Y.Z - Version headers### Breaking Changes - Breaking section### New Features - Features section### Bug Fixes - Fixes sectionLocation: ~/.claude/logs/00-changelog/{date}-state.json
npx claudepluginhub fusengine/agents --plugin fuse-changelogAnalyzes Claude Code changelog for breaking changes, new features, deprecations, and impacts on plugins. Identifies required updates and opportunities after releases.
Fetches and summarizes Claude Code release notes in Chinese, activated when user asks about changes, updates since session, or specific version highlights.
Reviews Claude Code release notes, filtering for relevance to your installed plugins, skills, tools, and platform. Use for 'what's new?', update checks, or changelog queries.