Update code-review skill: replace --prompt-only with --agent#6
Merged
Update code-review skill: replace --prompt-only with --agent#6
Conversation
The CodeRabbit CLI has deprecated --prompt-only in favor of the new --agent flag (introduced in v0.4.0). This updates all references in the code-review skill and adds a version requirement note so agents can prompt users to upgrade if needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
nehal-a2z
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--prompt-onlyflag references with--agentacross the code-review skill (8 occurrences)Why
The CodeRabbit CLI has deprecated the
--prompt-onlyflag in favor of--agent, introduced in v0.4.0. Without this update, agents following the skill instructions would use a flag that no longer exists in the latest CLI, causing review commands to fail.What changed in
skills/code-review/SKILL.md--prompt-only→--agentin descriptioncr review --agentcoderabbit review --agent--agentrequires CLI v0.4.0+No changes to
README.mdorskills/autofix/SKILL.md— neither references--prompt-only.Test plan
grep -r "prompt-only" skills/returns no resultscoderabbit review --agentwith CLI v0.4.0+ to confirm the flag works🤖 Generated with Claude Code
Summary by CodeRabbit
--prompt-onlyflag replaced with--agentfor AI-agent-optimized output mode.--agentflag requires CodeRabbit CLI v0.4.0 or later. Existing users should upgrade if needed.