What problem does it solve?
This Skill helps you work with Git safely and consistently when you need to manage branches, commits, merges, rebases, and recovery without breaking shared history.
Core Features & Use Cases
- Daily Version Control: Stage, commit, push, pull, and inspect changes with reliable command choices.
- Branch and Merge Workflows: Create branches, rebase local work, merge cleanly, and handle pull request collaboration.
- Recovery and Conflict Resolution: Resolve merge conflicts, recover lost commits with reflog, and undo mistakes with the least risky command.
- Use Case: When a feature branch diverges from main and conflicts appear during review, use this Skill to rebase safely, resolve the conflict markers, and recover any lost work if the rewrite goes wrong.
Quick Start
Use the git skill to inspect my repository status and recommend the safest next Git action.