원클릭으로
dart-backport-pr
DART Backport PR: backport a merged main PR to a release branch
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
DART Backport PR: backport a merged main PR to a release branch
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 Benchmark Packet: author or refresh a benchmark evidence packet for an owning plan
DART Branch Cleanup: analyze or clean stale repository branches
DART Build: CMake, pixi, dependencies, and build troubleshooting
| name | dart-backport-pr |
| description | DART Backport PR: backport a merged main PR to a release branch |
Use this skill in Codex to run the DART dart-backport-pr workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-backport-pr <arguments>$dart-backport-pr <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.
Backport PR or commits: $ARGUMENTS
@AGENTS.md @docs/onboarding/contributing.md @docs/onboarding/release-management.md @docs/onboarding/changelog.md
For a source change involving model/scene structure, physics behavior, or GUI
output, use the target branch's dart-verify-sim workflow to preserve the text
oracle and assessed visual evidence. Document a visual exception when the
target branch cannot render the claim.
main:
gh pr view <SOURCE_PR> --json state,mergedAt,baseRefName,mergeCommit
git fetch origin <RELEASE_BRANCH> main
git cherry -v --abbrev=40 origin/<RELEASE_BRANCH> origin/main | grep <COMMIT_HASH>
main. If the release branch has a
smaller workflow surface, adapt to the release branch instead of importing
main-only workflows.git checkout -B backport/<SOURCE_PR>-to-<RELEASE_BRANCH> origin/<RELEASE_BRANCH>
git cherry-pick -x <COMMIT_HASH>.dart-changelog routine for the release-target decision before
opening the backport PR.pixi run lint and the smallest relevant release-branch checks.