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 |