What problem does it solve?
This Skill provides a structured, elite Git workflow to maintain consistent branching discipline, commit hygiene, safe rebasing, history hygiene, and conflict resolution across teams.
Core Features & Use Cases
- Consistent Branching Discipline: Enforces the use of standard branch naming conventions and ensures short-lived branches.
- Commit Hygiene: Implements Conventional Commits for consistent commit messages and proper issue referencing.
- Sync Strategy: Offers a rebase strategy for branch synchronization before opening Pull Requests.
- Conflict Resolution: Provides step-by-step conflict resolution guidelines and local quality gates for safe pushes.
- History Hygiene: Includes tools for reviewing and managing Git history for better audit trails.
Quick Start
Use the 'git' skill with the command 'git checkout <branch-name> [issue-number]' to start an elite workflow branch.