Stats
Actions
Tags
From ecc
Auto-approves Bash tool calls by running a shell script, eliminating manual confirmation for shell commands.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
tool == "Bash" && tool_input.command matches "git push"#!/bin/bash
# Open editor for review before pushing
echo '[Hook] Review changes before push...' >&2
# Uncomment your preferred editor:
# zed . 2>/dev/null
# code . 2>/dev/null
# cursor . 2>/dev/null
echo '[Hook] Press Enter to continue with push or Ctrl+C to abort...' >&2
read -rnpx claudepluginhub nisioka/everything-claude-code371plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 371 plugins