From imbue-code-guardian
Enables autofix gate in .reviewer/settings.local.json using jq bash command. Confirms activation for automatic code fixes in reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-autofix-enableThis 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": true}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that the autofix gate has been enabled.
npx claudepluginhub imbue-ai/code-guardian --plugin imbue-code-guardianRuns 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.