Buddy Changesets
Portable agent skills for changesets, the versioning and changelog tool for JavaScript and TypeScript packages.
What it does
Section titled “What it does”Buddy Changesets gives your coding agent two workflows around changesets: setting the tool up in a repository, and living with it afterwards — writing a changeset for the change in front of it, and auditing the pending ones before a release.
The skills decide rather than document. They classify a diff into a bump type, judge
whether a change is observable to a consumer at all, and hold a changeset body to the
standard a changelog entry needs, because every pending file ships verbatim into
CHANGELOG.md.
The skills
Section titled “The skills”| Skill | What it does |
|---|---|
changesets |
Gateway for a repository that already has changesets. add writes a changeset for the current change; review audits every pending one. |
init-changesets |
Sets changesets up — config, scripts, CI release workflow — and migrates off another release tool. |
add-changeset |
Sub-skill. Writes the file and owns the criteria: what warrants a changeset, which bump, and the body rules. |
review-changesets |
Sub-skill. Audits the pending changesets against those same criteria. |
Try it
Section titled “Try it”With the plugin installed, ask your agent:
add a changesetreview the changesets before I mergeset up changesets in this repo