repo-update

Installation
SKILL.md

Repo Update

Keep a directory of nested repositories aligned with their remotes without hand-writing a fragile loop each time. Prefer the bundled updater script over ad hoc shell one-liners.

Workflow

  1. Change into the directory that contains the repos to refresh.
  2. Run the bundled script:
python3 /path/to/repo-update/scripts/update_repos.py --root .
  1. Add --include-root only when the current directory itself is also a repo that should be updated.
  2. Read the per-repo summary and handle any non-clean results manually.

What The Script Does

Related skills
Installs
3
First Seen
Apr 17, 2026