Stats
Actions
Tags
From sub-code-reviewer
After every Edit/Write tool call, runs a bash script that suggests progressive disclosure of file contents to reduce context window usage. Executes bash, reads/writes files.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Writefile=$(echo "$CLAUDE_TOOL_INPUT" | jq -r '.file_path // .path // empty' 2>/dev/null); if [ -n "$file" ] && echo "$file" | grep -qE '\.(kt|java|ts|tsx|py|go)$'; then echo "[CodeReviewer] Source file modified: $file — consider running review"; fi || truenpx claudepluginhub hungrytech/hungrytech-claude-skills --plugin sub-code-reviewer