What problem does it solve? Writing consistent, factual product changelog pages in both English and Chinese is error-prone: files get misnamed, versions drift out of sync, and content becomes marketing fluff. This Skill enforces a strict structure, naming convention, and bilingual synchronization rules for docs changelogs. ## Core Features & Use Cases - Standardized MDX Changelogs: Enforces date-based file naming (YYYY-MM-DD-topic.mdx / .zh-CN.mdx), frontmatter with title, description, and tags, and a recommended content structure. - EN/ZH Synchronization: Keeps key facts, section order, and scope aligned across language pairs without literal translation. - Scope Guardrails: Explicitly excludes GitHub Release notes and delegates release PR bodies to a separate skill, while requiring companion microcopy and i18n skills. - Use Case: After shipping a feature, collect facts from PRs and commits, then generate paired English and Chinese changelog pages under docs/changelog/ with aligned structure and concise improvement bullets. ## Quick Start Write the English and Chinese docs changelog pages for the new dashboard export feature shipped on 2025-01-15.