用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dartsim/dart --skill dart-contribute命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | dart-contribute |
| description | DART Contribute: branching, PRs, review workflow, and dual-PR bugfixes |
Load this skill when contributing code to DART.
For complete guide: docs/onboarding/contributing.md
For code style: docs/onboarding/code-style.md
For automated review handling: docs/onboarding/ai-reviews.md
feature/<topic> - New featuresfix/<topic> - Bug fixesrefactor/<topic> - Refactoringdocs/<topic> - DocumentationFeatures, docs, and non-bugfix refactors branch from origin/main. Bug fixes
that apply to the current release line branch from the active DART 6 LTS
origin/release-6.* branch first and then reach main as a second PR (the
dual-PR rule in docs/onboarding/contributing.md).
Run pixi run lint before committing and the task-type gate set from
docs/ai/verification.md; use dart-pr for authorized local preparation and
commits. Before publication or another approval-gated action, verify existing
explicit maintainer/user approval covers its action, target, and scope; ask only
for missing authority. Use dart-changelog to decide the CHANGELOG.md entry
per docs/onboarding/changelog.md. Use plain descriptive
commit messages and PR titles without agent tags. Update published PR branches
with additive commits after merging the target branch; never rebase or
force-push a published PR branch unless the maintainer explicitly asks.
| Target Branch | Milestone |
|---|---|
main | DART 7.0 (or next major) |
Active DART 6 LTS release-6.* branch | Branch-matching DART 6.x patch |
# After explicit maintainer/user approval, set milestone on an existing PR
gh pr edit <PR#> --milestone "DART 7.0"
# List available milestones
gh api repos/dartsim/dart/milestones --jq '.[] | .title'