Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill changelog-scan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Changelog Scan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-changelog-scan)More formats (shields.io, HTML) on the badges page.
---
name: changelog-scan
description: Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.
argument-hint: "[--since <version>]"
user-invocable: true
---
# 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
1. **Fetch** changelog via WebFetch or scripts/fetch-changelog.sh
2. **Parse** version numbers and release dates
3. **Extract** changes per version (features, fixes, breaking)
4. **Compare** with last known version from state file
5. **Generate** report using templates/changelog-report.md
## Version Detection
Parse patterns from changelog:
- `## vX.Y.Z` or `## 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
- [Sources Reference](references/sources.md)
- [Report Template](references/templates/changelog-report.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!