# Multi Repo Sync Diagnosis And Repair

> Systematic approach to diagnosing and repairing failures across a multi-repo workspace

- Skill: `vamseeachanta/multi-repo-sync-diagnosis-and-repair` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/multi-repo-sync-diagnosis-and-repair`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/multi-repo-sync-diagnosis-and-repair/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/multi-repo-sync-diagnosis-and-repair

---


# Multi-Repo Sync Diagnosis and Repair

When bulk operations fail across multiple repos, diagnose failures in parallel by isolating each repo's specific state (ahead/behind, working tree changes, submodule status). Identify and clear stale lock files that block git operations. Handle untracked files that conflict with incoming changes by temporarily moving them aside before pull, then restoring after. For pre-commit hook failures (e.g., oversized files), selectively exclude problematic files and recommit rather than abandoning the entire staging.
