add-changeset | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / add-changeset

add-changeset

maintained by richardgill

star 13 account_tree 0 verified_user MIT License
bolt View GitHub

name: add-changeset description: Create a changeset file for versioning and changelog generation. Use when the user asks to add a changeset, bump version, or prepare a release.

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

File: .changeset/add-export-feature.md

---
"patchy-cli": patch
---

Add CSV export functionality for usage metrics

Changeset Format

---
"package-name": patch|minor|major
---

Description of the change (used in CHANGELOG)

Naming Convention

Name changeset files descriptively based on the change:

  • add-dark-mode.md (new feature)
  • fix-auth-timeout.md (bug fix)
  • rename-config-fields.md (refactor)
  • breaking-api-v2.md (breaking change)

Avoid random/generated filenames.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 13
GitHub Forks 0
Created Jan 2026
Last Updated 4个月前
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.