What problem does it solve?
This Skill streamlines and safeguards common Git repository operations, reducing manual error and uncertainty during commits, pulls, pushes, merges, and rebases while providing structured conflict resolution and conventional commit guidance.
Core Features & Use Cases
- Comprehensive Operations: Run status, commit, pull, push, merge, rebase, log, and changelog workflows with pre-flight checks and clear previews.
- Safe Conflict Resolution: Auto-resolve trivial conflicts, group non-trivial conflicts by domain, present trade-offs, and require human confirmation before applying destructive changes.
- Conventional Commits & Backups: Analyze staged changes to produce conventional commit messages automatically, tag backups before risky operations, and warn about force pushes.
- Use Case: Prepare a feature branch for push by staging changes, generating a conventional commit, fetching remote changes, previewing incoming commits, and safely merging with human-reviewed conflict decisions.
Quick Start
Ask the git skill to generate a conventional commit for the staged changes, run pre-flight checks, and pull remote updates with conflict-safe handling.