About
This skill streamlines the versioning process in monorepo environments by guiding Claude through the creation of necessary changeset files before committing package changes. It ensures consistent semantic versioning by automatically classifying updates as patch, minor, or major based on the scope of code changes and specific user requirements. By identifying modified packages and generating correctly formatted markdown files in the .changeset/ directory, it prevents CI/CD failures and maintains a clean, readable release history for complex multi-package projects.