draft-release-notes

Installation
SKILL.md

Draft Release Notes

Goal

Update the [Unreleased] section at the top of CHANGELOG.md with a narrative release story based on the real changes since the last tag. This is a non-destructive working copy — run it as many times as you want during development.

Workflow

  1. Identify the last release tag and gather changes.

    LAST_TAG=$(git tag --list "v*" --sort=-v:refname | head -n 1)
    echo "Last tag: $LAST_TAG"
    

    Then collect raw material from three sources:

Installs
58
GitHub Stars
52.2K
First Seen
Apr 19, 2026
draft-release-notes — jamiepine/voicebox