troubleshoot-rebase - Git Rebase Troubleshoot: Diagnose and Recover from Failures
Diagnose and recover from git rebase failures
Tags
Updated: 2026-02-14Capabilities
Typical Inputs
Typical Outputs
What this skill does
- diagnose rebase failures
- recover from rebase failures
- check git status
- check git branch
- check git worktree
- view pull request
- rebase onto main
- push with force-with-lease
- fetch origin
- reset hard
- resolve conflicts
- abort rebase
- verify synchronization
Inputs
- git repository
- git status information
- git branch information
- pull request data
- CI check results
- .gitignore file
Outputs
- resolved rebase conflicts
- recovered git repository
- pushed branches
- updated main branch
- aborted rebase process
Requirements
- git installed
- GitHub CLI installed
- repository access
- network connectivity
