What problem does it solve? Writing consistent, user-facing changelog pages for a docs site is repetitive and error-prone, especially when every update must be published in both English and Chinese with aligned facts, structure, and terminology. ## Core Features & Use Cases - Standardized MDX Changelogs: Enforces date-based file naming, frontmatter (title, description, tags), and a narrative-first content structure for docs/changelog pages. - EN/ZH Synchronization: Guarantees paired English and Chinese files with aligned facts, section order, and natural localization rather than literal translation. - Scope Guardrails: Clearly separates docs changelog writing from GitHub Release notes, and requires companion voice/i18n guidance for consistent tone. - Use Case: After shipping a feature, collect the PR facts and ask for a changelog post; you get docs/changelog/2025-01-15-feature.mdx and its .zh-CN.mdx counterpart, both following the template with an improvements-and-fixes section. ## Quick Start Write an English and Chinese docs changelog page for the latest feature update using the facts from these merged PRs.