skills/smithery.ai/add-changeset

add-changeset

Installation
SKILL.md

Add Changeset

First Todo list item: Find the code in this PR to get context.

Instructions

  1. If the user does not specify one of patch, minor, or major, use AskUserQuestion to prompt them:
    • patch: Bug fixes, small changes (backwards compatible)
    • minor: New features (backwards compatible)
    • major: Breaking changes

Only prompt if they do not provide it

  1. Create a changeset file in .changeset/ directory with a descriptive name based on the feature or change (e.g., add-dark-mode.md, fix-login-bug.md, rename-config-fields.md)

  2. Add a todo at the end to verify the changeset with bun run changeset status

Example Changeset

Installs
1
First Seen
Apr 2, 2026
add-changeset from smithery.ai