원클릭으로
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