CodeCannon's skill names overlap with built-in slash commands in Claude Code and Codex CLI — most notably /review and /status, which collide directly. When a user types /review in Claude Code, the disambiguation picker shows two entries, and it is hard to tell which one is CodeCannon's.
The simplest fix is to prefix every CodeCannon skill's description with 'Code Cannon: ' so the disambiguation UI clearly labels ours. This avoids renaming skills (which would break muscle memory and every doc reference) while solving the disambiguation problem for both current and future built-in collisions.
Verified collisions: /review (Claude Code, Codex CLI), /status (Claude Code, Codex CLI). Clean names (deploy, qa, setup, start, submit-for-review) will also get the prefix as future-proofing.
CodeCannon's skill names overlap with built-in slash commands in Claude Code and Codex CLI — most notably
/reviewand/status, which collide directly. When a user types/reviewin Claude Code, the disambiguation picker shows two entries, and it is hard to tell which one is CodeCannon's.The simplest fix is to prefix every CodeCannon skill's description with 'Code Cannon: ' so the disambiguation UI clearly labels ours. This avoids renaming skills (which would break muscle memory and every doc reference) while solving the disambiguation problem for both current and future built-in collisions.
Verified collisions:
/review(Claude Code, Codex CLI),/status(Claude Code, Codex CLI). Clean names (deploy,qa,setup,start,submit-for-review) will also get the prefix as future-proofing.