LLM Skills
~/catalog/technical documentation//generate-changelog

Generate changelog

/generate-changelog

Generate changelog for a new release version

anthropicsanthropics
8.0k
May 11, 2026
// skill content

--- allowed-tools: Edit, Bash(git add:), Bash(git commit:) description: Generate changelog for a new release version --- You are updating the changelog for the new release. Update CHANGELOG.md to add a new section for the new version at the top of the file, right after the '# Changelog' heading. Review the recent commits and merged pull requests since the last release to generate meaningful changelog content for the new version. Follow the existing format in CHANGELOG.md with sections like: - Breaking Changes (if any) - New Features - Bug Fixes - Documentation - Internal/Other changes Include only the sections that are relevant based on the actual changes. Write clear, user-focused descriptions. After updating CHANGELOG.md, commit the changes with the message "docs: update changelog for v{new_version}".

// original public source
anthropics/claude-agent-sdk-python
/.claude/commands/generate-changelog.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/generate-changelog.md" "https://raw.githubusercontent.com/anthropics/claude-agent-sdk-python/main/.claude/commands/generate-changelog.md"
Then in Claude Code, type /generate-changelog to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoranthropics
Stars 8.0k
UpdatedMay 11, 2026
Format.md
AccessFree
// similar

Skills Technical documentation

View allarrow_forward