github-multi-repo

Coordinate multi-repository changes and synchronize packages across GitHub repositories.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/softmg/product-tracker --skill github-multi-repo-softmg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-multi-repo
Source: https://github.com/softmg/product-tracker/tree/main/.claude/skills/github-multi-repo
Command: npx skills add https://github.com/softmg/product-tracker --skill github-multi-repo-softmg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing coordinated changes, dependency updates, and architecture standards across many GitHub repositories is slow, error-prone, and difficult to scale; this Skill automates discovery, synchronization, and cross-repo orchestration to reduce manual overhead and drift.

Core Features & Use Cases

  • Multi-repo orchestration: Discover repositories, spawn coordinated agents, and execute synchronized operations such as dependency updates, refactors, and PR creation.
  • Package and documentation synchronization: Align package versions, update documentation files across repos, and push coordinated change branches with automated PRs.
  • Architecture and template management: Analyze repository structures, propose standard templates, and apply standardized CI/workflow files organization-wide.
  • Use Case: Run an organization-wide TypeScript upgrade that finds all TypeScript consumers, updates packages, runs tests, and creates tracking issues and PRs for each repository.

Quick Start

Run the github-multi-repo skill to initialize a swarm, discover target repositories, and perform a synchronized package version update across them.

Frequently Asked Questions about github-multi-repo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize package versions across multiple GitHub repositories?

Synchronizing package versions across multiple GitHub repositories requires discovering target repos, spawning coordinated agents, and executing synchronized updates with automated PRs. This Skill aligns package versions and pushes coordinated change branches across an organization.

What is the best way to automate organization-wide dependency updates and security patches?

Automating organization-wide dependency updates and security patches involves multi-repo orchestration that finds all consumers, updates packages, runs tests, and creates tracking issues and PRs for each repository. This reduces manual overhead and drift.

Do I need GitHub CLI and write permissions to coordinate cross-repository refactoring?

Yes, coordinating cross-repository refactoring requires GitHub CLI access and repository write permissions. It also requires orchestration tooling such as ruv-swarm or claude-flow for distributed agent coordination.

Can I apply standardized CI workflow files across all repositories in my organization?

Yes, you can apply standardized CI workflow files organization-wide. The Skill analyzes repository structures, proposes standard templates, and applies standardized architecture and workflow files across multiple GitHub repositories.

How does multi-repo orchestration work for deploying synchronized changes?

Multi-repo orchestration works by initializing a swarm, discovering target repositories, and spawning coordinated agents to execute synchronized operations such as dependency updates, refactors, and automated PR creation.

What are the limitations of using distributed agent coordination for multi-repo management?

Limitations of distributed agent coordination for multi-repo management include the strict dependency on orchestration tooling like ruv-swarm or claude-flow, and the necessity of repository write permissions, which may restrict use in restricted or read-only environments.