Changelog Generator Tier: POWERFUL Category: Engineering Domain: Release Management / Documentation Overview Use this skill to produce consistent, auditable release notes from Conventional Commits. It separates commit parsing, semantic bump logic, and changelog rendering so teams can automate releases without losing editorial control. Core Capabilities - Parse commit messages using Conventional Commit rules - Detect semantic bump ( , , ) from commit stream - Render Keep a Changelog sections ( , , , etc.) - Generate release entries from git ranges or provided commit input - Enforce commit form…