npx claudepluginhub markus41/claude --plugin dotnet-blazorDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/validate-dotnet.sh",
"timeout": 10
}
],
"matcher": "Write|Edit"
}
]
}"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."