changeset
Installation
SKILL.md
Changeset
Use this skill to create and optionally apply Changesets based on the code changes in the current session.
What this skill does
- Detects what changed in the working tree.
- Maps changed files to affected packages in a monorepo or single-package repo.
- Proposes appropriate semver bump levels (
patch,minor,major) with rationale. - Creates a changeset markdown file in
.changeset/. - Applies pending changesets (
changeset version) when requested.
Preconditions
- Repository uses
@changesets/cli(or has an equivalentchangesetscript). .changeset/exists or can be created.- The user requested changeset creation and/or application.