git - Git Operations and GitHub Workflow Management
Handles git commits, pushes, PRs, rebases, CI triage, code review, branch splitting, stacked PRs via git-spice, and GitHub interactions.
Tags
Updated: 2026-09-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Commit code changes or amend commits
- Squash branch commits into one commit
- Rebase branch onto base branch
- Push commits and manage PR descriptions
- Fix CI failures and review threads
- Propagate corrections across all git artifacts
- Split branches into stacked PRs
- Navigate and manage stacked branches
- Sync latest changes and restack branches
- Merge PRs via GitHub API
Inputs
- Git repository changes and branch status
- Operation instruction files in operations directory
- Reference pattern documentation in references directory
- Helper script files in scripts directory
- GitHub PR and CI run metadata
Outputs
- Git commits and branch updates
- GitHub Pull Requests and comments
- CI run watch monitoring outputs
- Branch context files in tmp directory
Requirements
- Git CLI tool
- GitHub CLI tool
- git-spice tool
- Bash shell environment
- GitHub API access permissions
