npx claudepluginhub leejuoh/claude-code-zero --plugin vision-powersDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/check-report-write.js",
"timeout": 10,
"statusMessage": "Validating report structure..."
}
],
"matcher": "Write"
}
]
}"On PostToolUse for Write/Edit tools, checks if modified file is *.js/*.jsx/*.ts/*.tsx and echoes reminder to run /review-file $file for issue checks. Supports JS/TS review workflow after file changes."