with one click
dart-deps
DART Deps: triage and shepherd dependency and bot pull requests
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
DART Deps: triage and shepherd dependency and bot pull requests
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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-deps |
| description | DART Deps: triage and shepherd dependency and bot pull requests |
Use this skill in Codex to run the DART dart-deps workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-deps <arguments>$dart-deps <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.
Triage and shepherd dependency and bot PRs: $ARGUMENTS
@AGENTS.md @docs/onboarding/ci-cd.md @docs/onboarding/contributing.md
Handle automated dependency and maintenance PRs: Dependabot GitHub Action
version bumps and the scheduled lockfile PRs opened by update_lockfiles.yml.
Default to read-only triage; merging any bot PR is an explicit approval gate.
gh pr list --repo dartsim/dart --state open \
--search "author:app/dependabot OR author:app/github-actions" \
--json number,title,headRefName,author
gh pr diff <PR_NUMBER>):
gh pr checks <PR_NUMBER>.