multi-repository-orchestrator

Orchestrate synchronized branching and batch commits across multiple Git repositories.

16|7|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/jackspace/ClaudeSkillz --skill multi-repository-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-repository-orchestrator
Source: https://github.com/jackspace/ClaudeSkillz/tree/main/skills/multi-repository-orchestrator
Command: npx skills add https://github.com/jackspace/ClaudeSkillz --skill multi-repository-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash, and includes scripts (resource) components.

What problem does it solve?

This Skill coordinates development across multiple repositories, enabling synchronized branching, batch commits, cross-repo operations, and monorepo-like workflows for multi-package projects.

Core Features & Use Cases

  • Auto-Discovery: locate related repositories and build a workspace
  • Synchronized Branching: create and manage branches across all repos
  • Batch Operations: status, commit, push across multiple repos
  • Cross-Repo Orchestration: coordinate changes across a family of repos

Quick Start

Create a workspace configuration listing repositories and run the orchestration commands to apply a feature branch across all repos.

Frequently Asked Questions about multi-repository-orchestrator

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

FAQPage Schema
How do I apply changes across multiple Git repositories at once?

Synchronized branching and batch commits let you apply changes across multiple Git repositories simultaneously. Create a workspace configuration listing your repos, then use orchestration commands to create branches, commit, and push changes across all repos in one operation, eliminating manual repetition.

Can I manage microservices in separate repositories like a monorepo?

Multi-repository orchestration enables monorepo-like workflows across separate Git repositories. You can coordinate changes across microservices, frontend/backend splits, and shared libraries as a unified project, synchronizing branching and batch operations without consolidating into a single repo.

How do I discover and coordinate repositories across my project?

Auto-discovery locates related repositories and builds a workspace configuration automatically. Once discovered, you can execute cross-repo operations—status checks, commits, and branch management—across all repositories in your multi-package project from a single orchestration command.

What's the best way to manage branches across infrastructure and application code repositories?

Synchronized branching coordinates feature branches across multiple Git repositories simultaneously, including infrastructure and application code. This ensures consistent branch names and merge timing across all repos, simplifying pull requests and code review workflows for distributed codebases.

Do I need Git and Bash to use multi-repository orchestration?

Git and Bash are required dependencies for multi-repository orchestration. The Skill uses Git for repository operations and Bash scripts to execute batch commands, so both must be available in your environment to run orchestration workflows.

What happens when batch operations fail across some repositories?

Batch operations execute across all repos in your workspace, but partial failures can occur if individual repositories have conflicts or uncommitted changes. Status checks reveal which repos succeeded or failed, letting you handle issues selectively before retrying failed operations.