changelog-scan
SkillAI & modelsUse when checking for new Claude Code versions, features, or changes since the last known release.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the changelog-scan skill
What this skill tells your AI
The instructions your AI receives, as published by fusengine/agents in plugins/changelog-watcher/skills/changelog-scan/SKILL.md and read by ahel’s review.
Changelog Scan Skill
Overview
Fetches and analyzes the official Claude Code changelog to detect new versions and changes.
Data Sources
| 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 |
Workflow
- Fetch changelog via the harness CLI (ported from the old
fetch-changeloginto@fusengine/harness):bun ${CLAUDE_PLUGIN_ROOT}/../node_modules/@fusengine/harness/dist/cli/bin.mjs changelogIt fetchescode.claude.com/docs/en/changelog.md, parses versions (current MDX<Update label="X.Y.Z">format + legacy## vX.Y.Zfallback), 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 version numbers and release dates
- Extract changes per version (features, fixes, breaking)
- Compare with last known version from state file
- Generate report using templates/changelog-report.md
Version Detection
Parse patterns from changelog:
## vX.Y.Zor## X.Y.Z- Version headers### Breaking Changes- Breaking section### New Features- Features section### Bug Fixes- Fixes section
State File
Location: ~/.claude/logs/00-changelog/{date}-state.json
References
Signals
- GitHub stars
- 25
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
changelog-scan- Source
- github.com/fusengine/agents