From d9b34b7d7cc68d1b7bf4e952eb7ab541378333d3 Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:14:20 +0000 Subject: [PATCH] Avoid Claude code-review skill collision --- CHANGELOG.md | 3 +++ README.md | 24 ++++++++++++------------ skills/code-review/SKILL.md | 14 +++++++------- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 583f3d3..180354c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ All notable changes to this repository are documented in this file. ### Changed +- Renamed the review skill metadata to `coderabbit-review` and narrowed its + trigger wording to explicit CodeRabbit review requests, avoiding collisions + with host-agent built-in `code-review` commands. - Removed alternate detailed-output guidance so review agents use `--agent` exclusively. - Reframed the README as the canonical home for CodeRabbit skills and plugin diff --git a/README.md b/README.md index 0868f43..fc00822 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ then authenticate: coderabbit auth login ``` -Then tell your agent: **“Review my code.”** +Then tell your agent: **“Use CodeRabbit to review my code.”** ## Installation @@ -98,15 +98,15 @@ For an at-a-glance inventory of active and repo-packaged distribution paths, see ## Usage -Once installed, just ask your agent: +Once installed, ask your agent to use CodeRabbit: ```text -Review my code -Check for security issues -What's wrong with my changes? -Run a code review -Review my PR -Review the directory at ../my-service +Use CodeRabbit to review my code +Run coderabbit on my changes +Use CodeRabbit to check for security issues +Ask CodeRabbit what's wrong with my changes +Use CodeRabbit to review my PR +Use CodeRabbit to review the directory at ../my-service ``` The agent will automatically: @@ -163,7 +163,7 @@ CodeRabbit supports 35+ coding agents. ## Available Skills -### [code-review](skills/code-review/SKILL.md) +### [coderabbit-review](skills/code-review/SKILL.md) AI-powered code review that finds bugs, security issues, and suggests improvements using CodeRabbit. @@ -176,7 +176,7 @@ AI-powered code review that finds bugs, security issues, and suggests improvemen **Categories covered:** Bug detection, security analysis, code quality, performance issues, best practices -**Triggers:** "review my code", "check for bugs", "security review", "PR feedback", "run coderabbit" +**Triggers:** "use CodeRabbit to review my code", "run coderabbit", "cr review", "use CodeRabbit for PR feedback" **Capabilities:** @@ -215,8 +215,8 @@ Safe fix workflow for unresolved CodeRabbit GitHub PR review threads, with per-i - Subagent: `code-reviewer` - Marketplace manifest: `.claude-plugin/plugin.json` -The `code-review` skill also remains available for natural-language triggering -inside compatible agents. +The `coderabbit-review` skill also remains available for natural-language +triggering inside compatible agents when users explicitly ask for CodeRabbit. ### Cursor diff --git a/skills/code-review/SKILL.md b/skills/code-review/SKILL.md index d9fc3f3..8d55a64 100644 --- a/skills/code-review/SKILL.md +++ b/skills/code-review/SKILL.md @@ -1,6 +1,6 @@ --- -name: code-review -description: "AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security)." +name: coderabbit-review +description: "AI-powered code review using CodeRabbit. Trigger when the user explicitly asks for CodeRabbit, coderabbit, cr, or the CodeRabbit CLI to review code, PRs, quality, or security." metadata: version: "0.1.0" --- @@ -18,12 +18,12 @@ AI-powered code review using CodeRabbit. Enables developers to implement feature ## When to Use -When user asks to: +When user explicitly asks CodeRabbit to: -- Review code changes / Review my code -- Check code quality / Find bugs or security issues -- Get PR feedback / Pull request review -- What's wrong with my code / my changes +- Use CodeRabbit to review code changes +- Use CodeRabbit to check code quality, bugs, or security issues +- Use CodeRabbit for PR feedback or pull request review +- Ask CodeRabbit what's wrong with code or changes - Run coderabbit / Use coderabbit ## How to Review