بنقرة واحدة
dart-fix-issue
DART Fix Issue: resolve a GitHub issue with a fix and regression test
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
DART Fix Issue: resolve a GitHub issue with a fix and regression test
التثبيت باستخدام 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-fix-issue |
| description | DART Fix Issue: resolve a GitHub issue with a fix and regression test |
Use this skill in Codex to run the DART dart-fix-issue workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-fix-issue <arguments>$dart-fix-issue <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 GitHub issue: $ARGUMENTS
@AGENTS.md @docs/onboarding/contributing.md @docs/onboarding/changelog.md @docs/ai/verification.md
If the issue's fix depends on model/scene structure, simulation, dynamics,
collision/contact/constraints, or GUI output, route through dart-verify-sim:
pair the focused behavioral oracle with assessed, claim-tied visual evidence,
or document a visual exception when rendering is unavailable or not
applicable.
gh issue view $1 - Validate issueorigin/release-6.* branch; otherwise start from origin/main.main.pixi run lint, then run the smallest relevant tests; use
pixi run test-all before finalizing when feasible, and also
pixi run -e cuda test-all on Linux hosts with a visible NVIDIA CUDA runtimedart-changelog routine to decide whether
CHANGELOG.md needs an entry, then fill .github/PULL_REQUEST_TEMPLATE.md.git push -u origin HEAD && gh pr create --base <target-branch> --milestone "<milestone>"docs/dev_tasks/<task>/, remove the folder (include in this PR, not after merge)PRs to BOTH the active DART 6 LTS branch AND main. See
docs/onboarding/contributing.md.
pixi run test-all)