claude-changelog

Fetch Claude Code releases via GitHub API and format categorized markdown changelogs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jssfy/k-skills --skill claude-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-changelog
Source: https://github.com/jssfy/k-skills/tree/main/skills/development/claude-changelog
Command: npx skills add https://github.com/jssfy/k-skills --skill claude-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code changelog tracking is tedious and error-prone; this skill retrieves latest releases and outputs a structured changelog summary to keep teams aligned.

Core Features & Use Cases

  • Collects recent Claude Code releases and aggregates their notes into a single, readable report.
  • Categorizes changes into NEW, IMPROVE, FIX, SECURITY, PERF, and PLATFORM for quick prioritization.
  • Generates a markdown changelog document suitable for release notes, status dashboards, or team briefings.

Quick Start

Generate a structured changelog report for Claude Code releases from yesterday to now.

Frequently Asked Questions about claude-changelog

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

FAQPage Schema
How do I generate automated release notes for Claude Code?

To generate automated release notes for Claude Code, retrieve recent releases via the GitHub API and format them into a structured markdown changelog document. The process categorizes changes into NEW, IMPROVE, FIX, SECURITY, PERF, or PLATFORM.

What is the best way to track Claude Code changelog updates for a team briefing?

The best way to track Claude Code changelog updates for a team briefing is to aggregate recent releases into a categorized markdown summary. This generates a structured report covering NEW, IMPROVE, and SECURITY changes suitable for status dashboards.

Can I filter Claude Code release notes by specific time ranges like the last N days?

Yes, you can filter Claude Code release notes by specific time ranges. The process defaults to releases from yesterday to now, with optional scopes for today, the last N days, latest only, or all releases.

Does the changelog generation process require direct GitHub API authentication?

The changelog generation process fetches data via the GitHub API and includes a curl fallback if needed. It retrieves Claude Code release notes and classifies each change into structured categories without requiring complex API authentication setup.

How are categorized changes structured in the generated markdown report?

Categorized changes are structured in the generated markdown report by classifying each Claude Code release note into NEW, IMPROVE, FIX, SECURITY, PERF, or PLATFORM. The output is a markdown changelog document saved to a file.