ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
| 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.