Copy the default issue category files to .reviewer/ so you can customize them for your project.
- Create the directory if needed:
mkdir -p .reviewer - Copy the defaults:
cp ${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.md
If 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.