원클릭으로
dart-release-packaging
DART Release Packaging: create a release version bump and changelog PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
DART Release Packaging: create a release version bump and changelog PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
DART Analyze: analyze repository evidence without editing
DART Architecture: the DART 7 multi-physics, multi-solver, multi-backend simulation pipeline and where each abstraction is owned
DART Audit Agent Compliance: audit and fix gaps when agents miss or cannot discover documented rules
DART Backport PR: backport a merged main PR to a release branch
DART Benchmark Packet: author or refresh a benchmark evidence packet for an owning plan
DART Branch Cleanup: analyze or clean stale repository branches
| name | dart-release-packaging |
| description | DART Release Packaging: create a release version bump and changelog PR |
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.
/dart-release-packaging <arguments>$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.
Create release packaging PR after explicit maintainer/user approval: $ARGUMENTS
@AGENTS.md @docs/onboarding/release-management.md @docs/onboarding/contributing.md @docs/onboarding/changelog.md
6.16.6.release-<major>.<minor>.git fetch origin <RELEASE_BRANCH>
git checkout -B release/<NEW_VERSION>-version-bump origin/<RELEASE_BRANCH>
package.xml and pixi.toml.dart-changelog routine in release-audit mode, then add or
finalize the CHANGELOG.md release section with the release date, milestone
link, release summary, and audit from docs/onboarding/changelog.md.pixi run lint and relevant packaging checks.Packaging <NEW_VERSION>.