What problem does it solve? Manually compiling changelogs from scattered release notes and merge request titles is error-prone and often produces duplicated versions, raw commit hashes, or corrupted history. This Skill standardizes the process by converting release-notes markdown files into structured, Spanish-language CHANGELOG.md entries. ## Core Features & Use Cases - Structured changelog generation: Classifies changes into Keep a Changelog categories (Añadido, Cambiado, Corregido, Eliminado) grouped by module or component. - Duplicate protection: Verifies via grep that a version does not already exist before writing, preventing duplicated entries. - Direct-to-disk writing: Updates CHANGELOG.md in place without dumping the full file into the chat, reporting only quantitative metrics. - Use Case: After a release, point the agent at release-notes/backend-release-notes.md and it inserts a new [6.22.0] - 2026-09-08 section at the top of CHANGELOG.md, preserving all prior version history. ## Quick Start Generate the changelog for version 6.22.0 using the release notes in the release-notes folder and update CHANGELOG.md.