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

Guidelines

Installs
4
GitHub Stars
8
First Seen
Mar 5, 2026
git — michaelrizvi/claude-config