git-hygiene-enforcer

Installation
SKILL.md

Git Hygiene Enforcer

Enforce consistent, high-quality git practices across your team.

Core Workflow

  1. Choose conventions: Select commit format (Conventional Commits, Angular, etc.)
  2. Setup commit hooks: Install commitlint with git hooks
  3. Configure branch rules: Define naming patterns and protection
  4. Create PR templates: Standardize pull request descriptions
  5. Add workflows: GitHub Actions or GitLab CI for automated checks
  6. Document process: Write CONTRIBUTING.md with git guidelines
  7. Provide bypasses: Document emergency override procedures

Conventional Commits

Format: <type>(<scope>): <description>

Types:

Related skills

More from patricio0312rev/skills

Installs
101
GitHub Stars
38
First Seen
Jan 24, 2026