Diagnose and recover from stale lock files, diverged branches, and untracked file conflicts across multiple repos in a workspace ecosystem
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill multi-repo-git-recovery --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multi Repo Git Recovery?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-multi-repo-git-recovery)More formats (shields.io, HTML) on the badges page.
---
name: multi-repo-git-recovery
description: Diagnose and recover from stale lock files, diverged branches, and untracked file conflicts across multiple repos in a workspace ecosystem
version: 1.0.0
source: auto-extracted
extracted: 2026-04-11
metadata:
tags: ["git", "multi-repo", "debugging", "workspace-management"]
---
# Multi-Repo Git Recovery Pattern
When bulk operations (pull/push) fail across multiple repos, diagnose each failure in parallel first. Common blockers: stale `.git/index.lock` files from crashed processes, diverged branches requiring merge-pulls, and untracked files conflicting with incoming changes. Kill any lingering git processes, remove stale locks, restore deleted symlinks/files, then retry. Use `git add -A` with force flags when needed to stage untracked files before merge operations.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.