Stats
Actions
Tags
From nodejs-plugin
After every file write or edit, echoes a reminder to run /pr-ready before committing, encouraging code review preparation. No file modifications or bash execution.
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
Edit|Writef="$CLAUDE_FILE"; case "$f" in *.js|*.jsx|*.ts|*.tsx|*.mjs|*.cjs) [ -f package.json ] && grep -q '"prettier"' package.json 2>/dev/null && npx --no-install prettier --write "$f" 2>/dev/null; [ -f package.json ] && grep -q '"eslint"' package.json 2>/dev/null && npx --no-install eslint --fix "$f" 2>/dev/null; exit 0;; esac30000msnpx claudepluginhub aratkruglik/claude-sdlc --plugin nodejs-plugin470plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 470 plugins