---
title: "buddy-changesets"
description: "Changesets skills for AI agents: set up releases and write changeset files."
canonical: https://agentpluginsdirectory.com/plugins/buddy-changesets--repobuddy
last-updated: 2026-09-25
---

# buddy-changesets
Changesets skills for AI agents: set up releases and write changeset files.
- Slug: buddy-changesets--repobuddy
- Publisher: repobuddy
- Repository: https://github.com/repobuddy/buddy-changesets
- Manifest: packages/buddy-changesets/plugin.json
- Version: 2.0.0
- License: MIT
- Category (editorial): other
- Skills: 4 (add-changeset, changesets, init-changesets, review-changesets)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-05-18
- Repository last pushed: 2026-09-25
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/buddy-changesets--repobuddy
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What buddy-changesets does, in the publisher's words

The plugin itself: skills for AI agents to work with changesets.

changesets loads the add-changeset and review-changesets sub-skills; install them alongside it.

This package is not published to npm. It is distributed from this repository's packages/buddy-changesets subdirectory, see the repository readme for install commands, and the website for the full documentation.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/repobuddy/buddy-changesets/HEAD/packages/buddy-changesets/readme.md

## Skills

- add-changeset: Internal skill: write a changeset file for the current change. Called by the `changesets` gateway in `add` mode, and by `review-changesets` when a pending changeset is missing.
- changesets: Use this skill for changeset work on an existing setup, write a changeset for the current change, or review the pending changesets in `.changeset/` before merging. Triggers on 'add a changeset', 'add cs', a missing-changeset CI failure, 'review the changesets', or 'check the changeset wording'.
- init-changesets: Use this skill when setting up changesets, adding release CI, upgrading the Changesets CLI across a major, or migrating from another release tool. Also when a release job fails with a Changesets CLI/action version mismatch.
- review-changesets: Internal skill: review the pending changesets in `.changeset/` for scope, accuracy, and wording, adding a missing one first. Called by the `changesets` gateway in `review` mode.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
