dart-ci
Installation
SKILL.md
DART CI/CD Troubleshooting
Load this skill when debugging CI failures or working with GitHub Actions.
Quick Commands
# Monitor PR checks
gh pr checks <PR_NUMBER>
gh pr checks <PR_NUMBER> --watch --interval 30 --fail-fast
# View run details
gh run list --branch <BRANCH> -e pull_request -L 20
gh run watch <RUN_ID> --interval 30
gh run view <RUN_ID> --json status,conclusion,url
# Debug failures
gh run view <RUN_ID> --job <JOB_ID> --log-failed
gh run view <RUN_ID> --json jobs --jq '.jobs[] | {name, databaseId}'
Related skills
More from dartsim/dart
dart-io
DART model loading - URDF, SDF, MJCF, SKEL parsers and dart::io unified API
23dart-build
DART build system knowledge - CMake, pixi, dependencies, troubleshooting
22dart-test
DART testing patterns - unit tests, integration tests, CI validation
21dart-python
DART Python bindings (dartpy) - nanobind, wheel building, API patterns
14dart-contribute
DART contribution workflow - branching, PRs, code review, dual-PR for bugfixes
13