git-mastery
Installation
SKILL.md
Git Mastery
Enforce distributed-first, async-friendly git workflows with automated quality gates.
Commits: Atomic + Conventional
Every commit must be:
- Single logical change (use
git add -pfor selective staging) - Complete (code + tests + docs together)
- Independently buildable and testable
- Describable without "and" in subject
Related skills