From imbue-code-guardian
Copies default code review and conversation issue category files to .reviewer/ for project-specific customization. Invoke to edit review categories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/imbue-code-guardian:reviewer-init-categoriesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Copy the default issue category files to `.reviewer/` so you can customize them for your project.
Copy the default issue category files to .reviewer/ so you can customize them for your project.
mkdir -p .reviewercp ${CLAUDE_PLUGIN_ROOT}/agents/categories/code-issue-categories.md .reviewer/code-issue-categories.mdcp ${CLAUDE_PLUGIN_ROOT}/agents/categories/conversation-issue-categories.md .reviewer/conversation-issue-categories.mdIf the files already exist in .reviewer/, ask the user whether to overwrite them.
After copying, confirm that the files are in place and let the user know they can edit them directly. The autofix and verify-conversation skills will automatically use the .reviewer/ versions when they exist.
npx claudepluginhub imbue-ai/code-guardian --plugin imbue-code-guardianWalks through a structured interview to customize the review molecule, producing a review-standards.md configuration document for atom loading, severity, report format, scope, insight capture, and health logging.
Logs code review outcomes using CSV schema with fields for verdict (ACCEPT/REJECT/DEFER/ACKNOWLEDGE), rationale, and rule source to track skill accuracy and fix false positives. Use after AI-driven reviews.
Configures classification of GitHub issues into /chore, /bug, /feature to route ADW workflows to correct templates. Use for setup and accuracy tuning.