release-notes-changelog-normalizer

Installation
SKILL.md

When to invoke

  • You have messy release notes from commits/tickets and need a clean changelog entry.
  • You need to standardize categories (Added/Changed/Fixed/Deprecated/Removed/Security).

Inputs needed

  • A JSON file with:
    • version (string)
    • date (string)
    • items[] (strings), each a raw note line

Workflow

  1. Normalize text: trim, de-duplicate, enforce sentence casing.
  2. Classify each item into a changelog category using keyword heuristics.
  3. Output a structured changelog entry suitable for inclusion in CHANGELOG.md.

Output format

  • Markdown text written to an output file.
Installs
6
First Seen
May 15, 2026
release-notes-changelog-normalizer — sisodiabhumca/agent-skills