changeset
Installation
SKILL.md
Changeset
Create a Changesets markdown file from verified repository facts and the actual diff. A changeset should say which packages need a release, which semver bump they need, and what changelog text should ship.
Workflow
1. Verify Changesets Setup
Check for project support before writing:
git status --short
git diff --stat
test -d .changeset && test -f .changeset/config.json
sed -n '1,220p' .changeset/config.json
rg -n '"@changesets/cli"|changeset' package.json pnpm-lock.yaml package-lock.json yarn.lock 2>/dev/null