Stats
Actions
Tags
From review-to-pr
Blocks Bash tool calls that attempt to run `git worktree add`, preventing accidental worktree creation. Executes a shell script to inspect and reject matching 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
Bashbash -c 'CMD=$(echo "$CLAUDE_TOOL_INPUT" | jq -r .command 2>/dev/null); if echo "$CMD" | grep -qE "^git commit"; then git pull --rebase --autostash 2>&1 | head -5; fi; exit 0'npx claudepluginhub sheldon123z/review-to-pr --plugin review-to-pr