一键导入
dart-downstream-fix
DART Downstream Fix: fix a DART bug reported through gz-physics or Gazebo
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
DART Downstream Fix: fix a DART bug reported through gz-physics or Gazebo
用 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-downstream-fix |
| description | DART Downstream Fix: fix a DART bug reported through gz-physics or Gazebo |
Use this skill in Codex to run the DART dart-downstream-fix workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-downstream-fix <arguments>$dart-downstream-fix <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 downstream-reported DART issue: $ARGUMENTS
@AGENTS.md @docs/onboarding/contributing.md @docs/onboarding/ci-cd.md
Use for downstream issues in gz-physics, Gazebo, or gz-sim that trace back to DART behavior: crashes, assertions, NaN/Inf propagation, missing validation, or DART performance regressions.
If the downstream symptom depends on scene/model structure, simulation,
collision/contact, or GUI output, route through dart-verify-sim: establish a
text oracle, add assessed claim-tied visual evidence, or document a
visual exception when rendering is unavailable or not applicable.
main for DART 7:
fix/<downstream-project>-<issue-number>-<brief-description>-6-ltspixi run lint and relevant tests; use pixi run test-all when
feasible, and also pixi run -e cuda test-all on Linux hosts with a visible
NVIDIA CUDA runtime.main PR with milestone DART 7.0; adapt API
differences if needed.DART_WARN() and <dart/All.hpp>.dtwarn << ..., <dart/dart.hpp>, and older test CMake patterns.