git - Git workflows for agents: ship, worktree, and hunks
Provides git workflows for agents including staging, committing, pushing, parallel branches, and selective staging.
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- stage files
- commit changes
- push changes
- create worktree
- list worktrees
- remove worktree
- list hunks
- add hunks
- fetch remote
- rebase branch
- check git status
- view staged diff
Inputs
- Git repository
- files to stage
- commit message
- branch name
- PR number
- hunk IDs
- GitHub credentials
- source code files
Outputs
- Git commits
- pushed branches
- worktree directories
- staged files
- commit messages
Requirements
- Git installed
- GitHub CLI (gh) installed
- SOPS configuration for authentication
- Git repository access
- Bash shell environment
- Git worktree support
