What problem does it solve? Manually maintaining a project changelog is tedious and error-prone: entries get forgotten, formats drift, and categorization is inconsistent. This Skill automatically records page, component, API, layout, and prototype changes into a structured CHANGELOG.md, keeping iteration history traceable for releases and team collaboration. ## Core Features & Use Cases - Dual Input Modes: Accepts structured JSON change records or natural-language descriptions, automatically splitting conversational input into multiple entries. - Automatic Classification & Impact Tagging: Categorizes changes into page/component/api/layout/prototype/config/other with icons, and labels impact as major/minor/patch. - Deduplication & Ordering: Appends entries under the current date, sorts by category, and skips duplicate records without overwriting history. - Git Commit Message Generation: Produces conventional-commit-style messages (feat/fix/refactor/chore) for each recorded change. - Use Case: After finishing a sprint where you modified a table component, added API query parameters, and adjusted page layout, describe the changes in one sentence and get a properly formatted, dated CHANGELOG.md section plus suggested commit messages. ## Quick Start Record today's changes to the UserTable component pagination and the new sortBy API parameter into the project CHANGELOG.md.