npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin jeremy-github-actions-gcpDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-workflow.sh",
"timeout": 10000,
"description": "Validates GCP Workload Identity Federation configuration and best practices",
"continueOnError": false
}
],
"enabled": true,
"matcher": "Write|Edit",
"priority": 100,
"description": "Validate GitHub Actions workflow files before writing",
"filePattern": ".github/workflows/*.{yml,yaml}"
}
]
}"Runs ensure-test-skill.sh before Edit or Write tool calls on tests/** files via PreToolUse hook, potentially blocking changes. Touches file writes."