Stats
Actions
Tags
From sdlc-toolkit
Reminds the user to load the tdder:java or tdder:maven skill before editing Java files or pom.xml. Triggers on Write/Edit tool calls, adding context via PreToolUse hook.
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
Write|Editbranch=$(cd $CLAUDE_PROJECT_DIR && git branch --show-current 2>/dev/null); if [ "$branch" = "main" ] || [ "$branch" = "production" ]; then echo '{"decision":"block","reason":"Cannot edit on protected branch. Create a feature branch first."}'; finpx claudepluginhub youarenext/sdlc-toolkit --plugin sdlc-toolkit