Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Changelog Generator This skill transforms technical git commits into polished, user friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates…
Full body not shown for this license – view the source on GitHub →Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/changelog-generator · pinned to the source commit
# Run from your project root
git clone https://github.com/ComposioHQ/awesome-claude-skills.git .skillboard-tmp
git -C .skillboard-tmp checkout be2a406907dbc61b73e6827ded415c96139d13a2
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/changelog-generator" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/ComposioHQ/awesome-claude-skills.git .skillboard-tmp
git -C .skillboard-tmp checkout be2a406907dbc61b73e6827ded415c96139d13a2
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/changelog-generator" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/changelog-generator
Scanner static-checks@0.1.0 · commit be2a406907db. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.