git-hygiene-enforcer

Configure Git workflow guardrails with conventional commits and commit hooks.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill git-hygiene-enforcer-camilo8902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-hygiene-enforcer
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/git-hygiene-enforcer
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill git-hygiene-enforcer-camilo8902

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill establishes and enforces robust Git workflow guardrails to ensure code quality, consistency, and maintainability across development teams.

Core Features & Use Cases

  • Conventional Commits: Enforces a standardized commit message format for clarity and automation.
  • Commit Hooks: Integrates tools like Husky and Commitlint to validate commits before they are made.
  • Branching Strategy: Defines clear branch naming conventions and protection rules.
  • PR Templates: Standardizes pull request descriptions for better review context.
  • CI/CD Integration: Provides examples for GitHub Actions to automate checks.
  • Emergency Bypasses: Documents procedures for critical situations.
  • Use Case: When setting up a new project or onboarding a team, use this Skill to implement a professional Git workflow that prevents common errors and improves collaboration.

Quick Start

Use the git-hygiene-enforcer skill to set up conventional commits and git hooks for your project.

Frequently Asked Questions about git-hygiene-enforcer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce conventional commits and git hooks for my project?

To enforce conventional commits, you integrate git hooks using tools like Husky and Commitlint. This Skill provides the necessary hook configurations and commit message templates to establish automated validation guardrails.

What is the best way to standardize pull request descriptions for code review?

The best way to standardize pull request descriptions is by implementing PR templates. This Skill provides standardized PR templates that ensure consistent review context and integrate with your code review processes.

Can I use these git workflow guardrails with GitHub Actions for CI/CD integration?

Yes, these git workflow guardrails support CI/CD integration. The Skill provides specific examples for GitHub Actions to automate branch protection checks, commit validation, and code review processes.

How do I bypass commit message hooks during a critical emergency?

To bypass commit message hooks during an emergency, follow the documented emergency bypass procedures. This Skill includes specific instructions for safely circumventing Husky and Commitlint validations in critical situations.

Does this git workflow automation define branch naming conventions and protection rules?

Yes, this git workflow automation defines clear branch naming conventions and protection rules. It establishes a comprehensive branching strategy to maintain code consistency across development teams.