cc-changelog

Fetch Claude Code changelog entries and classify their impact on the plugin.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill cc-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-changelog
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/.claude/skills/cc-changelog
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill cc-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Tracks Claude Code changelog releases and analyzes their impact on the plugin, enabling contributors to stay informed and plan changes before releases.

Core Features & Use Cases

  • Changelog tracking: Fetches the Claude Code changelog and identifies entries newer than the last check.
  • Impact analysis: Classifies changes into BREAKING, OPPORTUNITY, RELEVANT FIX, and DEPRECATION with recommended actions.
  • Stateful planning: Updates internal state to prevent re-analysis and supports manual confirmation flows during review.

Quick Start

Run /cc-changelog to check for new Claude Code changelog entries and analyze their impact.

Frequently Asked Questions about cc-changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track Claude Code changelog entries to analyze plugin impact?

Impact analysis classifies new Claude Code changelog entries into BREAKING, OPPORTUNITY, RELEVANT FIX, and DEPRECATION categories. Each classification includes recommended actions to help contributors plan changes before releases.

How do I classify breaking changes and deprecations from version tracking updates?

Impact analysis classifies new Claude Code changelog entries into BREAKING, OPPORTUNITY, RELEVANT FIX, and DEPRECATION categories. Each classification includes recommended actions to help contributors plan changes before releases.

How does stateful planning work for release management during periodic changelog checks?

Stateful planning updates the internal review state after analyzing new entries, preventing duplicate analysis on subsequent checks. It supports manual confirmation flows, allowing contributors to verify and mark items as reviewed.

Can I use this changelog analysis tool for contributor workflows during active releases?

Yes, it applies directly to contributor workflows during active releases or periodic checks. It cross-references fetched changelog entries with existing plugin components and planning items to surface necessary changes.

Does Claude Code changelog analysis require external dependencies or plugins?

No external dependencies are required to run the changelog analysis. It operates independently using internal scripts and references to fetch, classify, and track changelog updates.