All notable changes to this repository are documented in this file.
- Documented CodeRabbit CLI
--dir <path>support for directory-scoped reviews in the review skill and Claude Code review helpers. - Added
namefrontmatter to the Claude Codecode-reviewersubagent. - Added a repository
.gitignorefor local Claude settings, virtualenvs, and dependency directories.
- Removed alternate detailed-output guidance so review agents use
--agentexclusively. - Reframed the README as the canonical home for CodeRabbit skills and plugin packaging across supported agents.
- Removed public README guidance for tagged release archives while that channel remains in development.
- Marked the tagged release archive channel as in development in
DISTRIBUTION_CHANNELS.md. - Quoted Claude Code command frontmatter values so standard YAML parsers can validate them.
- GitHub release workflow that builds a tagged source archive, SHA-256 checksum,
and
release-manifest.jsonfor binary consumers.
- Documented the tag-pinned, checksum-verified install contract for binary
installers in
README.md. - Added the tagged release archive channel to
DISTRIBUTION_CHANNELS.md.
- Claude Code plugin packaging in this repository via
.claude-plugin/plugin.json. - In-repo
agents/code-reviewer.mdcomponent for Claude Code. - In-repo
commands/coderabbit-review.mdcomponent for Claude Code. - Cursor marketplace packaging via
.cursor-plugin/plugin.json. - Official CodeRabbit brand asset at
assets/coderabbit-logomark.svgfor marketplace display. - Claude Code and Cursor plugin installation notes in
README.md.
- Restored the Claude plugin manifest version to
1.1.0after repo consolidation. - Updated Claude plugin command and agent docs after moving them into this repository.
- Updated
skills/code-reviewto use the CodeRabbit CLI--agentflag instead of the deprecated--prompt-onlyflag, and documented the CLI version requirement. - Simplified
README.mdinstall guidance so the CLI docs are the primary path, while keeping short links for skills installer, Claude Code, Cursor, and Codex installation flows.
- Initial
code-reviewskill release for multi-agent CodeRabbit reviews. - Repository README, MIT license, and cross-agent installation guidance.
autofixskill for unresolved CodeRabbit GitHub review threads.- README documentation for the
autofixworkflow.
- Hardened installation guidance to point users to the official CLI source instead of shell-piped install commands.
- Expanded
skills/code-reviewsecurity guidance around trusted installation, secrets in diffs, token handling, and untrusted review output. - Refined the
code-reviewskill description and documentation for clearer agent use.