git - Git workflows for agents: ship, worktree, and hunks
Git workflows for agents including staging, committing, pushing, parallel branches, and selective staging
Tags
Updated: 2026-02-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- stage files
- commit changes
- push changes
- list hunks
- stage hunks
- create worktree
- list worktrees
- remove worktree
- fetch origin
- rebase branch
Inputs
- git repository
- files to stage
- commit message
- branch name
- PR number
Outputs
- git commit
- pushed changes
- worktree directory
- staged files
Requirements
- git installed
- gh CLI installed
- sops authentication
- repository access
