agentsclimarketplace

Changelog scan

Skill fusengine/agents/plugins/changelog-watcher/skills/changelog-scan

Redefining development through cognitive automation and collaborative agent systems.

Install
npx -y skills add fusengine/agents --skill changelog-scan

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report. Use when: checking for new Claude Code versions, features, or changes since the last known release.

SKILL.md

2.0 KB, as published. Nobody here has run it

Changelog Scan Skill

Overview

Fetches and analyzes the official Claude Code changelog to detect new versions and changes.

Data Sources

SourceURLMethod
Changelogcode.claude.com/docs/en/changelog.mdWebFetch
Docs Indexcode.claude.com/docs/llms.txtWebFetch
Hooks Refcode.claude.com/docs/en/hooks.mdWebFetch
Plugins Refcode.claude.com/docs/en/plugins-reference.mdWebFetch
CLI Refcode.claude.com/docs/en/cli-reference.mdWebFetch

Workflow

  1. Fetch changelog via the harness CLI (ported from the old 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.
  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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.