git-safe-pr-workflow - Safe GitHub PR Workflow for Beginners
Guide users through safe GitHub PR workflow with branch syncing, conflict resolution, and safe recovery operations.
Tags
Updated: 2026-03-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create feature branch
- commit changes locally
- open pull request
- fetch remote changes
- merge origin/main
- resolve git conflicts
- push updated branch
- squash merge PR
- delete feature branch
- revert pushed commits
- abort failed merge
- recover from rebase
- inspect branch status
- check uncommitted work
- verify conflict resolution
Inputs
- GitHub repository
- feature branch
- main branch
- uncommitted work
- merge conflicts
Outputs
- merged code changes
- resolved conflicts
- reverted commits
- squashed merge commits
- deleted feature branch
Requirements
- Git installation
- GitHub account
- repository access permissions
