git
Installation
SKILL.md
Git Assistant
Help the user with git operations beyond basic add/commit/push.
Capabilities
- Branch management — create, rename, delete, compare branches
- Rebasing — rebase onto main/other branches, interactive rebase cleanup
- Cherry-picking — move commits across branches (useful when working with forks)
- History inspection — summarize what changed on a branch, find when something broke
- Conflict resolution — help resolve merge/rebase conflicts, explain both sides
- Stashing — save and restore work in progress
- Undoing mistakes — recover from bad merges, accidental commits, lost work