원클릭으로
dart-release-merge-main
DART Release Merge Main: merge the active release branch back into main
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
DART Release Merge Main: merge the active release branch back into main
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dart-release-merge-main |
| description | DART Release Merge Main: merge the active release branch back into main |
Use this skill in Codex to run the DART dart-release-merge-main workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-release-merge-main <arguments>$dart-release-merge-main <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.
Merge release branch into main: $ARGUMENTS
@AGENTS.md @docs/onboarding/release-management.md @docs/onboarding/ci-cd.md
git fetch origin
git branch -r | grep -oE 'origin/release-[0-9]+\.[0-9]+' | sort -V | tail -1
merge/<release-branch>-into-main from origin/main.Merge release-6.19 into main (v6.19.x).docs/onboarding/release-management.md:
pixi run lint and relevant checks.main with milestone DART 7.0 and
use the PR template.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