From imbue-code-guardian
Disables the autofix gate in .reviewer/settings.local.json by setting is_enabled to false using jq. Useful for manual code reviews without auto-fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-autofix-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 * {"autofix": {"is_enabled": false}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that the autofix 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.
Runs a structured code review using Codex, Claude, or other engines as a closeout check before commit or ship.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.