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
- Normalize text: trim, de-duplicate, enforce sentence casing.
- Classify each item into a changelog category using keyword heuristics.
- Output a structured changelog entry suitable for inclusion in CHANGELOG.md.
Output format
- Markdown text written to an output file.