From imbue-code-guardian
Disables CI gate in .reviewer/settings.local.json by setting ci.is_enabled to false using jq. Useful for local development without CI checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-ci-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 * {"ci": {"is_enabled": false}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that the CI 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.
Generic CI environment rules for GitHub Actions workflows. Use when operating in CI — covers security, CI monitoring, comment formatting, and investigating session logs from other runs.
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.