repo-sync
Installation
SKILL.md
Repository Sync Skill
Efficiently manage and synchronize 26+ Git repositories with bulk operations, status monitoring, and coordinated commits.
Quick Start
# Check status of all repositories
./scripts/repository_sync status all
# Pull latest from all repos
./scripts/repository_sync pull all
# Sync (commit + push) all work repos
./scripts/repository_sync sync work -m "End of day sync"