Event Hooks

rubric

1 event · 2 hooks

From rubric
Install
1
Run in your terminal
$
npx claudepluginhub michael0520/milo-claudekit --plugin rubric
Risk Indicators
Modifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/dist/review.js"
        },
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/dist/format.js"
        }
      ],
      "matcher": "Edit|Write"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "PostToolUse": 2
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 2,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 2
  }
}
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitJan 23, 2026