cc-changelog

Featured

CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run periodically or before releases. NOT part of the distributed plugin.

Code & Development 505 stars 35 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Claude Code Changelog Assistant Tracks Claude Code releases against the plugin. Fetches the CC changelog, extracts entries newer than last check, and analyzes impact on plugin components (agents, skills, hooks, config). ## Usage ```text /cc-changelog # Check for new CC versions, analyze impact /cc-changelog --full # Re-analyze all versions (ignore last check) /cc-changelog --set=2.1.85 # Reset last checked version (then re-run) ``` ## Execution Flow ### Step 1: Fetch & Extract New Entries ```bash bash "${CLAUDE_PROJECT_DIR}/scripts/fetch-cc-changelog.sh" ``` If output starts with `STATUS: UP_TO_DATE` → report "No new CC versions" and stop. If `STATUS: NEW_VERSIONS` → continue with the changelog content below the header. For `--full`: run `bash "${CLAUDE_PROJECT_DIR}/scripts/fetch-cc-changelog.sh" --all` For `--set=X`: run `bash "${CLAUDE_PROJECT_DIR}/scripts/fetch-cc-changelog.sh" --set=X`, then re-run without flag. ### Step 2: Analyze Impact Read the new changelog entries. For EACH entry, classify into one of: | Category | Meaning | Action | |----------|---------|--------| | **BREAKING** | May break existing plugin functionality | Immediate fix required | | **OPPORTUNITY** | New CC feature the plugin could use | Add to backlog/plan | | **RELEVANT FIX** | CC fixed a bug we worked around | Check if workaround can be removed | | **DEPRECATION** | CC removing something we use | Plan migration | | **INFO** | Good to know, no action nee...

Details

Author
oliver-kriska
Repository
oliver-kriska/claude-elixir-phoenix
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category