What problem does it solve?
Git operations often become risky and confusing—especially for rebases, force pushes, conflicts, and history rewriting—so this Skill prevents mistakes by providing complete command guidance plus safety guardrails.
Core Features & Use Cases
- Destructive-operation safety protocol: Explicit warnings, backup-branch recommendations, and confirmation flows for operations like hard resets, force pushes, and history rewriting.
- End-to-end Git command mastery: Covers repository setup, branching workflows, merges, rebases (including interactive), cherry-picks, stashing, cleaning, worktrees, and submodules.
- Recovery and troubleshooting: Uses reflog, fsck, bisect, and targeted recovery steps for lost commits, detached HEAD, conflicts, and corrupted states.
- Platform and hosting workflows: Practical guidance for GitHub, Azure DevOps, Bitbucket, and GitLab operations (PR/MR flows and related tooling).
Quick Start
Ask the Skill: Would you like me to create commits automatically, stage changes only, or just provide guidance for the Git operation you need to perform on your repository right now?