Git No-Verify Blocker Hook
Blocks AI coding agents from bypassing git pre-commit hooks and GPG signing using PreToolUse guardrails in Claude Code.
Blocks AI coding agents from bypassing git pre-commit hooks and GPG signing using PreToolUse guardrails in Claude Code.
Prevents AI coding agents from skipping repository quality gates by intercepting and rejecting git commands containing flags such as --no-verify and --no-gpg-sign. Configured as a PreToolUse hook in Claude Code settings, this skill inspects incoming Bash commands before execution and blocks bypass attempts with exit code 2, ensuring that formatting, linting, unit tests, security scans, and commit signing policies are strictly enforced across your codebase.
