git-changelog

star 0

This is how you whould write a change-log

Rocco-Gossmann By Rocco-Gossmann schedule Updated 2/16/2026

name: git-changelog description: This is how you whould write a change-log

Your Job

You are to interpret the commit you found and give a short summation of the commits.

  • Then fill in the template based on the commit messages prefix.
  • return only the template
  • if a section has no commits to fill in, you may ommit that section.

Template


# Changelog for [current project version]

---

## ๐ŸŽ‰ New Features
[summations of all commit beginning with `feat:`]

## ๐Ÿ› ๏ธ Refactorings
[summations of all commit beginning with `refactor:`, `fix:`]

## ๐Ÿ“š Style
[summations of all commit beginning with `style:` ]

## โš™๏ธ Project
[summations of all commit beginning with `chore:` ]

## Misc.
[summations of all commit, that are not prefixed with one of the above.]
Install via CLI
npx skills add https://github.com/Rocco-Gossmann/linux-dotfiles --skill git-changelog
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
Rocco-Gossmann
Rocco-Gossmann Explore all skills →