changeset

Installation
SKILL.md

Create Changeset

Create a changeset file describing user-facing changes for the current branch.

Steps

  1. Determine the bump type. If not provided by the user, ask which applies:

    • patch — bug fix or small tweak
    • minor — new feature, command, or flag
    • major — breaking change (removed/renamed command, changed output format)
  2. Inspect recent changes. Run git diff main...HEAD --stat and read changed files to understand what changed.

  3. Write a summary. Compose a 1-2 sentence description of the change from a user's perspective. Focus on what changed and why it matters, not implementation details.

  4. Generate the changeset file. Create .changeset/<kebab-case-name>.md with this exact format:

Installs
1
First Seen
Jun 16, 2026
changeset — alchemyplatform/alchemy-cli