What problem does it solve? Writing a changelog section that a stranger can understand is hard: points written by the person who built the change often miss context, mix two numbers, or read as translations. This Skill enforces the structure, style, and read-back discipline for CHANGELOG.md sections in the videopodcast-magic project. ## Core Features & Use Cases - Bilingual sections: Every version carries an English half and a German half with the same number of points, where the German half is rethought in German rather than translated. - Group ordering and shape rules: Groups follow the Keep a Changelog order (Added, Changed, Deprecated, Removed, Fixed, Security, Tests, Documentation), each at most once, with Documentation last. - Point quality checklist: Rules for naming the changed thing on screen, one fact per point, the second half under Fixed, and an eight-question read-back before a section counts as done. - Use Case: A new version of the program is due. Use this Skill to draft the CHANGELOG.md section in both languages, decide which changes belong in it at all, and verify each point against the read-back list before release. ## Quick Start Write the CHANGELOG.md section for version 3.0.0 in both English and German following the changelog skill rules.