validate-git-hygiene

Validate git commit messages, branch naming conventions, and check for sensitive files. Returns structured output with commit format validation, branch name compliance, and sensitive file detection (.env, credentials, .pem, .key). Used for git workflow validation and security checks.

$ 安裝

git clone https://github.com/BerryKuipers/claude-code-toolkit /tmp/claude-code-toolkit && cp -r /tmp/claude-code-toolkit/.claude/skills/git-workflows/validate-git-hygiene ~/.claude/skills/claude-code-toolkit

// tip: Run this command in your terminal to install the skill