name: changesets allowed-tools: Read, Glob, Grep, Write, Bash, TodoWrite description: Generate changeset entries following Changesets semantics
/changesets — Generate changeset entries
Generate release documentation entries following Changesets semantics.
Format
---
"package-name": minor
---
Short description of user-visible change (1-2 sentences max).
Level Inference
| Commit Type | Level |
|---|---|
feat!: or BREAKING CHANGE |
major |
feat: |
minor |
fix:, docs:, chore:, etc. |
patch |
Package Detection
- Monorepo:
packages/<name>/...→"<name>" - Single package or unknown:
"repo"
Examples
---
"viem": patch
---
Added estimateOperatorFee action for OP Stack chains
---
"core": major
---
Replaced legacy serializer with new wire format
Guidelines
- Lead with user-visible outcome
- Avoid commit jargon and issue numbers
- Use active voice: "Adds..." not "Added..."
- Include in same commit as code changes
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
6
GitHub Forks
1
Created
Jan 2026
Last Updated
5 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!