بنقرة واحدة
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 المهني
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-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.