git-hygiene

Installation
SKILL.md

Git Hygiene Skill

Core Principle

Never leave uncommitted files after task completion.

  • Each task = one commit (clear traceability)
  • Commits link to tasks via task ID references
  • Clean repository state between sessions
  • Atomic changes that can be reviewed and reverted independently

Commit Message Format

Standard Format:

[task-id] Brief description (imperative mood, <70 chars)
Installs
3
GitHub Stars
4
First Seen
Mar 16, 2026
git-hygiene — all-the-vibes/skills-catalog