DicklesworthstoneDicklesworthstoneCommunityยท1 Agent Skills Included

repo_updater

Bulk GitHub repository syncing and automated code review

Synchronizes dozens of GitHub repositories with one command, cloning missing repos and pulling updates in parallel. Detects diverged branches and conflicts using reliable git plumbing, then provides copy-paste resolution commands. Orchestrates automated reviews of issues and pull requests, and commits uncommitted work across repos with safety guardrails. Outputs structured JSON and meaningful exit codes for scripting and CI pipelines.
npx skills add Dicklesworthstone/repo_updater --all -g -y
Available:

Sets strict safety rules for the agent, forbidding file deletion and destructive git commands without explicit permission, and defines the Bash toolchain, testing, and branch conventions for working in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’