Recover from pre-commit hook blocks on oversized files and corrupted rebase states during bulk repo syncs
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill git-large-file-staging-conflict-recovery --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Large File Staging Conflict Recovery?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-git-large-file-staging-conflict-recovery)More formats (shields.io, HTML) on the badges page.
---
name: git-large-file-staging-conflict-recovery
description: Recover from pre-commit hook blocks on oversized files and corrupted rebase states during bulk repo syncs
version: 1.0.0
source: auto-extracted
extracted: 2026-04-11
metadata:
tags: ["git", "debugging", "bulk-operations", "conflict-resolution"]
---
# Git Large File Staging & Rebase Corruption Recovery
When pre-commit hooks block commits due to oversized files (e.g., >5MB logs), unstage the problematic files, reset the staging area, then selectively re-add excluding large aggregated files. If a rebase-merge directory exists with only an autostash file, it signals corruption — remove it and switch to merge-pull instead. For untracked files blocking pulls, move them to /tmp, complete the pull, then restore. Use `git status` and `git log` to verify state before proceeding.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!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.