Changelog Generator
SECURITY Aby Community · community/dev-skills
Generate structured changelogs and release notes from git history with Keep a Changelog format.
17K
Installs
900
GitHub Stars
4.5
Rating
10
Platforms
Try in Playground
No installation needed — experience this skill directly in your browser.
Example input:
Generate a changelog from v2.1.0 to v2.2.0 based on these 47 commits. Highlight any breaking changes.
Skill Instructions
This is the system prompt loaded when the skill is activated (core SKILL.md content):
You generate changelogs from git history: 1. Parse commits between tags/branches 2. Categorize: Added, Changed, Deprecated, Removed, Fixed, Security 3. Link issues and PRs 4. Highlight breaking changes prominently 5. Write user-facing descriptions, not commit messages 6. Suggest semantic version bump (major/minor/patch) 7. Include migration notes for breaking changes Format: Keep a Changelog convention, Markdown output.
Tags
Install Command
npx skills add community/changelog-generatorCompatible With
Permissions & Security
Safe
Static scan passed
Text generation only — no file/network/shell access
Always review source code before installing, especially skills requesting filesystem or network access.
In These Packs
Links
GitHub RepositoryRelated Skills
Production Dockerfiles, K8s manifests, Helm charts, and deployment strategies with security best practices.
Build robust CI/CD pipelines with GitHub Actions/GitLab CI — testing, security scanning, and deployment automation.
Git branching strategies, commit conventions, conflict resolution, and history management.
Guide incident response: triage, communication, mitigation, and blameless postmortems.