changelog-generator

star 1

Generates changelogs from git history in Keep a Changelog format

ARTPARK-SAHAI-ORG By ARTPARK-SAHAI-ORG schedule Updated 1/15/2026

name: changelog-generator description: Generates changelogs from git history in Keep a Changelog format

Changelog Generator

Generate changelogs following Keep a Changelog format.

Instructions

  1. Run git log to get recent commits
  2. Group changes by type:
    • Added (new features)
    • Changed (changes in existing)
    • Deprecated
    • Removed
    • Fixed (bug fixes)
    • Security
  3. Format in markdown with date headers
  4. Write to CHANGELOG.md

Format

## [Version] - YYYY-MM-DD

### Added

- New feature description

### Fixed

- Bug fix description
Install via CLI
npx skills add https://github.com/ARTPARK-SAHAI-ORG/calibrate-frontend --skill changelog-generator
Repository Details
star Stars 1
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator
ARTPARK-SAHAI-ORG
ARTPARK-SAHAI-ORG Explore all skills →