What problem does it solve? After each release, the user-facing docs changelog falls behind the changesets-generated package changelog, and manually copying, cleaning, and classifying entries is error-prone and inconsistent. ## Core Features & Use Cases - Changelog Synchronization: Copies new version blocks from apps/pythinker-code/CHANGELOG.md into docs/release-notes/changelog.md, stripping PR links, commit hashes, and Thanks credits. - Entry Curation and Classification: Merges low-signal entries into catch-all lines and classifies entries into Features, Polish, Bug Fixes, Refactors, or Other sections. - Safe Release Workflow: Works on a dedicated docs/changelog-sync-* branch, runs a human review checkpoint, verifies with the docs build, and opens a PR via gh. - Use Case: After version 0.2.1 is published to npm, run this Skill to sync its changelog entries into the docs site, review the diff, and open a properly formatted PR. ## Quick Start Sync the newly published CLI release changelog into the docs release notes and open a PR for it.