Git Hooks Skill When to Activate Activate this skill when: - Setting up pre-commit hooks - Configuring commit message validation - Installing secrets scanners - Enforcing code quality standards - Automating pre-push tests Quick Installation Available Hooks Core Hooks (All Projects) | Hook | Purpose | |------|---------| | | Validates conventional commit format | | | Prevents leaked API keys/secrets | Language-Specific | Hook | Language | Checks | |------|----------|--------| | | Python | Black, Ruff | | | JS/TS | Prettier, ESLint, TypeScript | | | Go | gofmt, go vet | | | Mixed | Auto-detects…