ソース情報
- リポジトリ
- 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-fix-ciコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | dart-fix-ci |
| description | DART Fix CI: debug and fix failing CI checks on any base branch |
Use this skill in Codex to run the DART dart-fix-ci workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-fix-ci <arguments>$dart-fix-ci <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.
Fix CI failure: $ARGUMENTS
@AGENTS.md @docs/onboarding/ci-cd.md @docs/onboarding/release-management.md
For a failure that depends on 3D structure or behavior, use dart-verify-sim
to reproduce the claim with text and assessed visual evidence, or record why
the renderer is unavailable.
main; use base=<branch> from
$ARGUMENTS or the PR's own base when it is a release-* branch. For a
release-* base, also read docs/onboarding/release-management.md and apply
the release caveats called out below.gh pr checks <PR_NUMBER> or gh run view <RUN_ID>.gh run view <RUN_ID> --log-failed
gh run view <RUN_ID> --job <JOB_ID> --log
main. If continuing an existing PR, fetch and check out that PR branch
instead of creating a new one. For a release-* base, branch from the
release branch and prefer cherry-picking the proven main fix; keep any new
fix release-scoped and minimal. Create a uniquely named branch. If the intended
branch exists, inspect and resume it within the requested scope or choose a
fresh name; do not reset it:
git fetch origin <RELEASE_BRANCH>
git switch --no-track -c fix/<unique-topic>-<release-branch> origin/<RELEASE_BRANCH>
pixi run lintpixi run test, pixi run test-unit, or another existing
focused pixi run ... test taskgh run rerun <RUN_ID> --failed
release-* base, use the current release milestone and the PR template when
creating or updating the release-branch PR.