changelog-scan
Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.
npx skills add majiayu000/claude-skill-registry --skill changelog-scan --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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/tem
- Overview
- Data Sources
- Workflow
- Version Detection
- State File
- References
What does the changelog-scan skill do?
Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill changelog-scan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
