بنقرة واحدة
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.