repo-updater

Installation
SKILL.md

Repo Updater

Bash CLI for synchronizing dozens or hundreds of GitHub repositories with AI-assisted code review and agent-sweep for uncommitted changes.

Critical Concepts

Concept Rule
Git plumbing only Never parse human-readable output; use rev-list, status --porcelain, rev-parse
Stream separation Human-readable → stderr; data → stdout (--json 2>/dev/null | jq)
No global cd All git operations use git -C

Essential Commands

Command Purpose
ru sync Sync all configured repos (add -j8 for parallel)
ru sync --dry-run Preview what would happen
ru sync --resume Resume interrupted sync
Related skills
Installs
33
GitHub Stars
11
First Seen
Feb 24, 2026