vet
01Skill Claude CodeCodex
Run vet immediately after ANY logical unit of code changes. Do not batch your changes, do not wait to be asked to run vet, make sure you are proactive.
Skill Claude CodeCodex
Run vet immediately after ANY logical unit of code changes. Do not batch your changes, do not wait to be asked to run vet, make sure you are proactive.
Instructions file CodexOpenCode
Instructions for imbue-ai/latchkey: For information about the high-level goal and motivations, see README.md.
Skill Claude CodeCodex
Interact with third-party or self-hosted services (Slack, Google Workspace, Dropbox, GitHub, Linear, Coolify...) using their HTTP APIs on the user's behalf.
Plugin Claude Code
Plugin marketplace listing 1 plugin: imbue-code-guardian.
Plugin Claude Code
Automated code review enforcement. Runs autofix, architecture verification, and conversation review -- and blocks sessions from finishing until they pass.
Agent
Analyze whether the approach taken on a branch fits existing codebase patterns.
Agent
Review a conversation transcript for behavioral issues.
Agent
Quick sanity check on a branch's diff before detailed review.
Agent
Verify the current branch for code issues, plan fixes, and implement them.
Hook
Runs when the agent finishes a response, executing stop_hook_orchestrator.sh. From imbue-ai/code-guardian.
Skill Claude CodeCodex
Automatically find and fix code issues in the current branch. Iteratively verifies, plans fixes, and implements them with separate commits. Defers all review to the end.
Skill Claude CodeCodex
Configure autofix to fix all issues (unattended mode).
Skill Claude CodeCodex
Disable the autofix gate in .reviewer/settings.local.json.
Skill Claude CodeCodex
Enable the autofix gate in .reviewer/settings.local.json.
Skill Claude CodeCodex
Configure autofix to only fix MAJOR and CRITICAL issues (unattended mode).
Skill Claude CodeCodex
Make the stop hook non-blocking (remind once, then let the agent through).
Skill Claude CodeCodex
Restore the stop hook to blocking mode (default: block up to 3 times before letting through).
Skill Claude CodeCodex
Disable the CI gate in .reviewer/settings.local.json.
Skill Claude CodeCodex
Enable the CI gate in .reviewer/settings.local.json.
Skill Claude CodeCodex
Disable the code review stop hook entirely by short-circuiting stophook.enabledwhen in .reviewer/settings.local.json.
Skill Claude CodeCodex
Enable the code review stop hook in .reviewer/settings.local.json. Optionally takes a shell expression for when to enforce (defaults to restoring the prior expression, or always).
Skill Claude CodeCodex
Copy the default issue categories to .reviewer/ for customization. Use when you want to edit the code review or conversation review categories for your project.
Skill Claude CodeCodex
Set the maximum number of times the stop hook will block before letting the agent through.
Skill Claude CodeCodex
Disable the architecture verification gate in .reviewer/settings.local.json.