What problem does it solve?
This Skill automates the creation and verification of .changeset/*.md files, ensuring that changes to publishable packages are correctly documented for releases. It helps maintain consistency and accuracy in the release process.
Core Features & Use Cases
- Changeset Creation: Generates or updates
.changeset/*.md files based on the live branch diff.
- Scope Verification: Determines the correct package scope and release type (patch, minor, major) by analyzing code changes.
- Validation: Validates the changeset against repository-specific configurations and ensures it aligns with branch changes.
- Use Case: When a developer finishes work on a new feature for a specific package, this Skill can be used to create the necessary changeset file, ensuring the release notes accurately reflect the changes and the correct version bump is proposed.
Quick Start
Use the changeset-pr skill to create or update the correct changeset for this branch and verify its scope.