Skip to content

fix(skills): align review guidance with CLI 0.7#23

Draft
nehal-a2z wants to merge 2 commits into
mainfrom
nehal/cli-0.7-public-flags
Draft

fix(skills): align review guidance with CLI 0.7#23
nehal-a2z wants to merge 2 commits into
mainfrom
nehal/cli-0.7-public-flags

Conversation

@nehal-a2z

@nehal-a2z nehal-a2z commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

What changed

  • Replace legacy hidden -t review selectors with the public --committed and --uncommitted options.
  • Keep the default scope flag-free so it reviews tracked changes.
  • Clarify that --dir may target a directory inside an initialized Git working tree.
  • Remove the separate authentication preflight and let the review command start its built-in auth flow when needed.
  • Apply the same contract to the canonical skill, Claude command and agent guidance, README, and unreleased changelog.

Why

CodeRabbit CLI 0.7 uses named public scope options, supports reviewing a subdirectory within a larger repository, and authenticates automatically when a review starts. Installed skills and native plugin guidance should rely on that public behavior.

This deliberately does not include the open skill-collision rename or other unrelated changes.

Validation

  • git diff --check
  • Verified command mapping:
    • all -> review --agent
    • committed -> review --agent --committed
    • uncommitted -> review --agent --uncommitted
  • Confirmed no remaining --plain, legacy -t invocation, standalone-repository requirement, or manual auth preflight in the distributed review guidance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant