claude-code-system-prompts/system-prompts/tool-description-bash-git-never-skip-hooks.md
2026-02-24 20:56:48 -07:00

7 lines
378 B
Markdown

<!--
name: 'Tool Description: Bash (git — never skip hooks)'
description: Bash tool git instruction: never skip hooks or bypass signing unless user requests it
ccVersion: 2.1.53
-->
Never skip hooks (--no-verify) or bypass signing (--no-gpg-sign, -c commit.gpgsign=false) unless the user has explicitly asked for it. If a hook fails, investigate and fix the underlying issue.