ソース情報
- リポジトリ
- dartsim/dart
- ソースの最終更新活動
- 2026年9月6日 06:05
- 検出された SKILL.md の言語
- 英語
- スター
- 1,202
- フォーク
- 304
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dartsim/dart --skill dart-contributeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| 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'