LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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-23

Capabilities

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

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
version control
GitHub
pull request
conflict resolution
git workflow
safe operations
beginner friendly
create feature branch
commit changes locally
open pull request
fetch remote changes
GitHub repository
feature branch
main branch
merged code changes
resolved conflicts
reverted commits