You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please review and merge PR #23, then publish a new official skill release as soon as the required review changes are complete.
Why this is needed
The installed CodeRabbit CLI is 0.7.2, while the latest official skills release is still v1.1.1 (published 2026-04-22). The released review guidance is out of sync with the current CLI contract and can direct users to unsupported or obsolete options, including the legacy review-scope guidance and the old output/authentication flow.
This makes a fresh installation of the official skill fail or behave differently from the documented commands, even though the CLI itself is current.
Requested actions
Review and merge PR fix(skills): align review guidance with CLI 0.7 #23, which updates the canonical skill, Claude command, agent guidance, README, and changelog for the public CLI 0.7 options and current authentication behavior.
Publish a new official release after merging the fix.
Include release notes that state:
the minimum or tested CodeRabbit CLI version;
the supported review scope flags (--committed and --uncommitted);
the default tracked-change behavior when no scope flag is supplied;
the supported --agent and --include-untracked usage;
that --dir must point inside an initialized Git worktree;
the current authentication flow and any removed options.
Ensure the published package/skill content is generated from the merged canonical source so that all distributed variants stay consistent.
Summary
Please review and merge PR #23, then publish a new official skill release as soon as the required review changes are complete.
Why this is needed
The installed CodeRabbit CLI is
0.7.2, while the latest official skills release is stillv1.1.1(published 2026-04-22). The released review guidance is out of sync with the current CLI contract and can direct users to unsupported or obsolete options, including the legacy review-scope guidance and the old output/authentication flow.This makes a fresh installation of the official skill fail or behave differently from the documented commands, even though the CLI itself is current.
Requested actions
--committedand--uncommitted);--agentand--include-untrackedusage;--dirmust point inside an initialized Git worktree;Validation context
0.7.2v1.1.1Thank you for prioritizing this so users do not receive stale CLI instructions from the official skill installation.