ru-multi-repo-workflow
Installation
SKILL.md
ru Multi-Repo Workflow
Core Insight: ru automates the mechanical. Your job is judgment: substantive merge conflicts, scope creep decisions, canonical version selection. If it doesn't require human judgment, it should just happen.
Quick Start
# Health check
ru doctor && gh auth status
# Phase 1: Commit dirty repos
ru status --json | jq '[.repos[] | select(.dirty)]' # Find dirty
cd /data/projects/REPO && cat AGENTS.md README.md # Understand
git add FILES && git commit -m "MSG" && git push # Commit
# Phase 2: Sync all repos
ru sync -j4 # Parallel sync
git log --oneline HEAD...origin/main # See divergence