From imbue-code-guardian
Enables conversation review gate by updating .reviewer/settings.local.json with jq bash command and confirms activation. For Claude Code reviewer setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-verify-conversation-enableThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this command:
Run this command:
jq -n --argjson existing "$(cat .reviewer/settings.local.json 2>/dev/null || echo '{}')" '$existing * {"verify_conversation": {"is_enabled": true}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that the conversation review gate has been enabled.
npx claudepluginhub imbue-ai/code-guardian --plugin imbue-code-guardianEnables auto permissions review hook for current Claude Code session. Auto-approves read-only operations, sends ambiguous Bash to Haiku, reviews edits only in accept-edits mode.
Sets up PermissionRequest hooks to auto-approve all tools, websearch/webfetch only, or route requests to Claude review in Claude Code. Invoke /yolo [mode] [--global].
Evaluates code review findings by verifying claims against the codebase and HOTL contracts before implementing changes. Use when responding to any review feedback.