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 equivalent changeset script).
  • .changeset/ exists or can be created.
  • The user requested changeset creation and/or application.

Safety rules

Installs
5
GitHub Stars
63
First Seen
May 17, 2026
changeset — stolinski/s-stack