dart-release-packaging
SkillDev toolsDART Release Packaging: create a release version bump and changelog PR
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the dart-release-packaging skill
What this skill tells your AI
The instructions your AI receives, as published by dartsim/dart in .agents/skills/dart-release-packaging/SKILL.md and read by ahel’s review.
Use this skill in Codex to run the DART dart-release-packaging workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
Invocation
- Claude Code/OpenCode:
/dart-release-packaging <arguments> - Codex:
$dart-release-packaging <arguments>
Treat the text after the skill name as $ARGUMENTS. When the workflow
references $1, $2, etc., map those to the positional values supplied by the
user.
Command Body
Create release packaging PR after explicit maintainer/user approval: $ARGUMENTS
Required Reading
@AGENTS.md @docs/onboarding/release-management.md @docs/onboarding/contributing.md @docs/onboarding/changelog.md
Workflow
- Confirm the new version, for example
6.16.6. - Derive the release branch:
release-<major>.<minor>. - Fetch and branch from the release branch:
git fetch origin <RELEASE_BRANCH> git checkout -B release/<NEW_VERSION>-version-bump origin/<RELEASE_BRANCH> - Bump versions in
package.xmlandpixi.toml. - Update version requirements in examples/tutorials if needed.
- Invoke the
dart-changelogroutine in release-audit mode, then add or finalize theCHANGELOG.mdrelease section with the release date, milestone link, release summary, and audit fromdocs/onboarding/changelog.md. - Run
pixi run lintand relevant packaging checks. - Commit as
Packaging <NEW_VERSION>. - Ask for explicit maintainer/user approval before pushing, creating the PR, or setting milestones.
- After approval, create the PR against the release branch with the release milestone for that branch, for example the specific version milestone if available.
Output
- PR URL
- Version files changed
- Changelog section added
- Checks run
Signals
- GitHub stars
- 1k
- Forks
- 304
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
dart-release-packaging- Source
- github.com/dartsim/dart