From imbue-code-guardian
Disables all reviewer gates (autofix, CI, conversation review, architecture verification) in .reviewer/settings.local.json using Bash and jq. Use to bypass checks for faster iteration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-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}, "ci": {"is_enabled": false}, "verify_conversation": {"is_enabled": false}, "verify_architecture": {"is_enabled": false}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that all review gates have 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 DeepWork Reviews by creating or updating .deepreview YAML files for automated code review rules. Guides optimal placement, rule combination to minimize overhead, testing, and summaries.
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.