changelog-curator

Solid

Maintains and formats a CHANGELOG.md following Keep a Changelog conventions from git history or PR list.

AI & Automation 9 stars 1 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Changelog Curator ## What this skill does This skill directs the agent to write or update a `CHANGELOG.md` that follows the [Keep a Changelog](https://keepachangelog.com) format. It takes a list of commits, PR titles, or a git log dump, groups changes into the correct categories (Added, Changed, Fixed, Removed, Deprecated, Security), writes them in clear human-readable language, and formats the file correctly with semantic versioning and dates. Use this before cutting a release, during sprint wrap-up, or when your changelog has fallen behind and you need to bring it up to date. ## How to use ### Claude Code / Cline Copy this file to `.agents/skills/changelog-curator/SKILL.md` in your project root. Then ask: - *"Use the Changelog Curator skill to update CHANGELOG.md for the v2.3.0 release. Here's the git log: [paste log]."* - *"Use the Changelog Curator skill to create a CHANGELOG.md for these PRs: [list PRs]."* Provide: - The git log (`git log --oneline vX.Y.Z..HEAD`) or a list of PR titles/descriptions - The new version number and release date (or "Unreleased") - The existing `CHANGELOG.md` if one exists (so the agent can append, not overwrite) ### Cursor Add the instructions below to your `.cursorrules` or paste them into the Cursor AI pane. Paste the git log or PR list along with the version number. ### Codex Paste the git log or PR list, the current `CHANGELOG.md` if it exists, and the version number. Ask Codex to follow the instructions below. ## The Promp...

Details

Author
Notysoty
Repository
Notysoty/openagentskills
Created
5 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category