Event Hooks
Community

jeremy-github-actions-gcp

1 event · 1 hook

Install
1
Install the plugin
$
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin jeremy-github-actions-gcp

Want just this hook?

Then install: npx claudepluginhub u/[userId]/[slug]

Risk Indicators
Modifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "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}"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PreToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Stars1666
Forks207
Last CommitDec 23, 2025

Similar Hooks