From imbue-code-guardian
Disables the architecture verification gate in .reviewer/settings.local.json using jq bash command. Useful for bypassing architecture checks in reviewer workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-verify-architecture-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_architecture": {"is_enabled": false}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that the architecture verification gate has been disabled.
npx claudepluginhub imbue-ai/code-guardian --plugin imbue-code-guardianVerifies 8 enhancability gates before commit or release: feature-flag adoption, config externalization, semver-versioned APIs, forward-compat headers, extension-point definition, startup config validation, ambiguity detection, and fan-out discipline.
Disables auto permissions review hook for the current Claude Code terminal session, reverting tool calls to standard permission prompts. Affects only this session.
Enforces mandatory pre-action verification checkpoints before Bash, Write, Edit to align actions with verified hypotheses and block mismatches.