/plugin marketplace add jakozloski/claude-code-gh-dash/plugin install jakozloski-gh-dash@jakozloski/claude-code-gh-dashDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "prompt",
"prompt": "A PR was just created. Now run /gh-dash:pr to display the PR dashboard with status, CI/CD checks, and live updates."
}
],
"matcher": "Bash(gh pr create*)"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 1
},
"eventStats": {
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}