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 -p for selective staging)
  • Complete (code + tests + docs together)
  • Independently buildable and testable
  • Describable without "and" in subject
Related skills
Installs
21
GitHub Stars
10
First Seen
Jan 27, 2026