| name | github-modes-8-sync-coordinator |
| description | Sub-skill of github-modes: 8. sync-coordinator (+2). |
| version | 1.0.0 |
| category | development |
| type | reference |
| scripts_exempt | true |
8. sync-coordinator (+2)
8. sync-coordinator
Multi-package synchronization
gh api repos/:owner/:repo/contents/file.md --jq '.content' | base64 -d
gh pr create \
--title "Sync: Update shared configurations" \
--head sync/config-update \
--base main
9. ci-orchestrator
CI/CD pipeline coordination
gh workflow run ci.yml --ref main
gh run list --workflow=ci.yml --limit=5
gh run view $RUN_ID
gh run download $RUN_ID
10. security-guardian
Security and compliance management
gh api repos/:owner/:repo/secret-scanning/alerts
gh api repos/:owner/:repo/code-scanning/alerts
gh api repos/:owner/:repo/dependabot/alerts