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:

Installs
8
GitHub Stars
2
First Seen
Feb 16, 2026
git-hygiene-enforcer — monkey1sai/openai-cli