repo_updater
Bulk GitHub repository syncing and automated code review
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install repo_updater?โผ
Run `npx skills add Dicklesworthstone/repo_updater --all -g -y` in your terminal to install all skills in this suite globally.
How to sync many GitHub repos at once?โผ
Add your repos to the ru config list, then run `ru sync` to clone missing repos and pull updates for everything in one command. Use `ru sync -j8` for parallel syncing and `--dry-run` to preview changes first.
Can repo_updater review issues and PRs automatically?โผ
Yes. The `ru review` command discovers open issues and PRs across your repos, scores them by priority, and runs review sessions in isolated git worktrees with quality gates.
Does repo_updater work in CI and automation scripts?โผ
Yes. It offers a non-interactive mode, JSON output on stdout, and meaningful exit codes, so pipelines can react to conflicts, failures, or interruptions reliably.
Is it safe to run repo_updater on repos with uncommitted changes?โผ
Yes. It never stashes or discards your work; dirty repos are skipped automatically or committed first only with your explicit permission.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core