git-workflow - Git Operations and Pull Request Workflows
Perform Git operations and manage pull request workflows including creating PRs, rebasing branches, and resolving conflicts.
Tags
Updated: 2026-02-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- add files to git staging
- commit changes with messages
- push branches to remote
- fetch updates from remote
- rebase branches
- resolve git conflicts
- create pull requests
- merge pull requests
Inputs
- git repository
- modified files
- branch names
- PR title
- PR description
Outputs
- git commits
- pushed branches
- pull requests
- merged changes
Requirements
- git installed
- gh CLI installed
- repository access
- write permissions
