changeset
Installation
SKILL.md
Create a changeset entry for the current branch's changes.
Instructions
- Run
git diff main...HEAD --statandgit log main..HEAD --onelineto understand what changed on this branch. - If no argument was provided, analyze the changes to determine:
- Bump type:
patchfor fixes,minorfor new features,majorfor breaking changes - Summary: A concise description of the change for the changelog
- Bump type:
- If
$ARGUMENTSwas provided, parse it as[bump] [description](e.g.,minor Add changeset-based release workflow). - Create a new markdown file in
.changeset/with a random lowercase-kebab-case name (e.g.,.changeset/cool-birds-fly.md) using this exact format:
---
"@alchemy/mcp-server": <bump>
---
<description>
Where <bump> is patch, minor, or major and <description> is the changelog entry.
- Show the user the created changeset file and ask if they'd like to adjust anything.
Weekly Installs
1
Repository
alchemyplatform…p-serverGitHub Stars
79
First Seen
Apr 2, 2026
Security Audits