From imbue-code-guardian
Disables conversation review gate in .reviewer/settings.local.json by setting verify_conversation.is_enabled to false via jq bash command, then confirms update. For bypassing reviewer verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-verify-conversation-disableThis 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": false}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that the conversation review gate has been disabled.
npx claudepluginhub imbue-ai/code-guardian --plugin imbue-code-guardianDisables auto permissions review hook for the current Claude Code terminal session, reverting tool calls to standard permission prompts. Affects only this session.
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.