ワンクリックで
changeset-maintainer
Create or skip a changeset for the current branch.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or skip a changeset for the current branch.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | changeset-maintainer |
| description | Create or skip a changeset for the current branch. |
| disable-model-invocation | true |
Create or skip a changeset for the current branch.
This skill owns branch-level release intent before merge.
It owns:
.changeset/*.mdCONTRIBUTING.mdIt does not own:
internal-docs/RELEASING.mdVerify branch context first.
Read the current branch and compare it against main.
If the current branch is main, refuse by default and redirect to release-workflow.
Only continue on main if the user explicitly asks for recovery mode.
Completion criterion: branch context is classified as branch flow, refusal, or explicit recovery.
Inspect package impact from the diff. Read:
.changeset/config.jsonpackage.jsonpackages/devgraph-cli/package.jsonpackages/devgraph-core/package.jsonCONTRIBUTING.mdmain
Use references/PACKAGE_SCOPE.md.
Completion criterion: every changed path is classified as published package, unpublished surface, or mixed.Decide whether a changeset is needed.
Use references/BUMP_GUIDE.md.
Rules:
devgraph or @devgraph/core changed in a releasable way, create a changesetCreate or confirm the changeset. If a changeset is needed, create one with:
Report outcome and next steps. Report:
main