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