Diagnose and recover from git stale lock files and corrupted rebase states in multi-repo workflows
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill git-stale-lock-recovery --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Stale Lock Recovery?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-git-stale-lock-recovery-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: git-stale-lock-recovery
description: Diagnose and recover from git stale lock files and corrupted rebase states in multi-repo workflows
version: 1.0.0
source: auto-extracted
extracted: 2026-04-11
metadata:
tags: ["git", "debugging", "repo-sync", "lock-recovery"]
---
# Git Stale Lock Recovery
When git operations fail with lock errors across multiple repos, identify stale `.git/index.lock` files left by crashed processes. Remove locks with `rm .git/index.lock`, then retry. For corrupted rebase states, check `git rebase-merge/` — if only `autostash` exists, the rebase is corrupted; abort with `git rebase --abort` and use merge instead. Always wait for background git processes (check `ps`) before retrying, as incomplete operations leave stale locks.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.