
from repo_updater97
A pure-Bash, scale-first CLI that syncs and reviews hundreds of GitHub repos with AI-assisted orchestration and safe guardrails.
RU (Repo Updater) synchronizes and audits large numbers of GitHub repositories, providing machine-readable sync, a two-phase AI-assisted review workflow, and an agent-sweep mode for handling uncommitted changes. It includes preflight checks, denylist/security guardrails, and quality gates.
When you manage dozens-to-hundreds of repos and need reliable automated synchronization, prioritized review planning, or safe AI-driven commit workflows. Ideal for infra teams and maintainers.
{ }
RU (Repo Updater) is a comprehensive ~17K LOC Bash CLI for syncing and reviewing multiple GitHub repos, with AI-assisted orchestration via Claude Code and ntm integration. The SKILL.md is thorough with clear safety rules, decision trees, and command references. 98 bundled scripts are mostly test files; 7 passed but most fail in isolation due to missing framework dependencies and the ru binary itself. The skill includes a curl|bash install pattern which is a security concern.
ru CLI binarytest_e2e_framework.sh (test harness dependency)Curl|bash install pattern deducted -35, self-update without confirmation deducted -18. No hardcoded credentials, no data exfiltration, no destructive commands without guards. The safety rules around git stash and working tree modification are well-documented and appropriate. Scripts are well-structured ShellCheck-compliant Bash.