fix-git-issues
Installation
SKILL.md
Help resolve common Git problems and conflicts with step-by-step commands and explanations. Use global git user for any commits—never cursor/system identity. Never use --trailer for Co-authored-by or similar.
- Merge Conflicts: Analyze conflicting changes/context, provide resolution strategies, suggest best approach to preserve important changes, generate resolved code maintaining functionality
- Branch Management: Help with branch cleanup/organization, suggest rebasing vs merging strategies, assist with cherry-picking, guide through complex branch operations
- Commit History: Help with commit message improvements, assist with squashing/organizing commits, guide through interactive rebase, fix commit authorship/metadata
- Repository Issues: Help recover from detached HEAD state, assist with undoing commits/changes, guide through stash management, resolve submodule/remote issues