Manage pull requests and git workflows
git-workflowskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Manage git branches, rebase, resolve conflicts, create pull requests
Best for
Submitting feature patterns to upstream community repositories with clean history.
Inputs
- · Branch name
- · Commit messages
- · PR title/body
Outputs
- · Git commits
- · Pull request
Requires
- · git
- · gh CLI
Preconditions
- · Local repo cloned
- · Upstream remote configured
Failure modes
- · Rebase conflicts unresolved
- · PR created without rebasing main
Trust signals
- · Rebase before PR creation enforced
- · IS_FORK detection in workflow