一键导入
add-changeset
Create a changeset file in .changeset/ that describes a user-facing change for the release notes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a changeset file in .changeset/ that describes a user-facing change for the release notes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | add-changeset |
| description | Create a changeset file in .changeset/ that describes a user-facing change for the release notes |
Create a markdown file in .changeset/ documenting a user-facing change.
Consider a changeset for any PR, but write one only for user-facing changes — skip pure refactors and docs-only changes. Describe how the change affects the user, not the implementation. Most PRs need a single changeset; multiple is rare but occasionally appropriate.
Pick something short and descriptive, the way you would choose a branch name (e.g. remove-cli-status.md).
---
"@elmohq/cli": patch
"@workspace/docs": patch
---
Description of the change.
List only the packages affected. Default to patch unless the user asks for a different bump.
code with single backticks and links are fine when genuinely useful.Check existing files in .changeset/ or recent CHANGELOG.md entries for examples.