npx claudepluginhub betamatt/claude-plugins --plugin code-reviewDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "prompt",
"prompt": "If the conversation involved implementing a significant feature, fixing complex bugs, or making substantial code changes across multiple files, suggest running a code review. Say something like: 'Would you like me to run a code review on the changes? I can check for architecture, security, performance, quality, testing, and documentation issues.' Only suggest this for non-trivial changes - don't suggest for simple edits, typo fixes, or single-line changes."
}
]
}
]
}"On session Stop, runs bash scripts update-changelog.sh and remind-convos.sh to automate changelog updates and conversation reminders. Executes bash commands."