Agent skill · Documentation

changelog-scan

Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill changelog-scan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/changelog-scan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Data Sources
  3. Workflow
  4. Version Detection
  5. State File
  6. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going