33 Commits

Author SHA1 Message Date
nehal-a2z 929b0ec6da fix(skills): align review workflows with current CLI (#23)
* fix: align review skills with CLI 0.7 scopes

* docs: rely on review auto-auth

* fix(skills): match current CLI review and configuration contracts

* test(skills): add offline CLI behavior evaluations

* test(skills): assert saved PR prompt output format

* fix(skills): clarify untracked inclusion with default review scope
2026-09-12 15:14:50 +05:30
Erik Thorelli aa49953c4c docs: add public contribution guidance (#31) 2026-08-11 06:41:39 +05:30
Erik Thorelli 979bbf5145 chore: add repository CodeRabbit policy (#26)
* chore: add repository CodeRabbit policy

* fix: keep repository reviews continuous

* fix: document the review pause policy

* fix: enforce CodeRabbit pre-merge checks

* fix: make CodeRabbit policy public-safe

---------

Co-authored-by: nehal-a2z <nehal@coderabbit.ai>
2026-08-11 04:42:45 +05:30
Erik Thorelli 083cb4b5a9 add Erik to CODEOWNERS (#29) 2026-08-11 04:24:27 +05:30
nehal-a2z bbb4ab25a7 feat: add native Gemini CLI extension packaging (#24)
* feat: add Gemini CLI extension packaging

* docs: mark Gemini extension install as pre-release
2026-08-04 12:31:00 +05:30
nehal-a2z c61c4908d3 feat: add Antigravity CLI plugin packaging (#22) 2026-07-20 23:50:41 +05:30
nehal-a2z 2fd091d958 Enforce required PR approvers 2026-06-22 19:13:31 +05:30
nehal-a2z a81eb76a15 docs: add directory-scoped review guidance (#15) 2026-05-03 23:36:56 -07:00
nehal-a2z 56e680447e Polish repo docs (#14) 2026-04-28 01:44:15 -07:00
nehal-a2z fbfdb368fc chore: add tagged release assets for installers v1.1.1 2026-04-22 13:01:43 +05:30
nehal-a2z 1b41f13e2a Rename Claude review command (#13) 2026-04-21 05:45:15 -07:00
nehal-a2z 16eb38ea36 docs: sunset prompt-only review references (#12) 2026-04-21 04:53:02 -07:00
nehal-a2z 521a49f2fa [NEW] CodeRabbit CLI install skill edits (#10)
* align with CodeRabbit CLI install flow

- README: lead with `curl ... install.sh | sh`; document
  `integrations setup` / `integrations disable`, the TTY/consent
  decision matrix, and the `~/.coderabbit/skills.json` state file.
  Demote `npx skills add` and the Claude Code plugin to an
  "Alternative installers" section.
- code-review SKILL.md: add `version: 0.1.0` so the CLI's versioned
  state tracking in `skills.json` isn't a no-op.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* move version into metadata per Agent Skills spec

The Agent Skills spec (https://agentskills.io/specification) enforces
a closed set of top-level frontmatter keys — name, description,
license, allowed-tools, metadata, compatibility — and places `version`
under `metadata`. Top-level `version:` fails `skills-ref validate`.

The CLI parser in coderabbitai/mono#13542 needs a matching change:
read `metadata.version` instead of top-level `version`.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* move triggers field under metadata in autofix

triggers is not a spec field; nesting it under metadata keeps the
frontmatter within the agentskills.io closed-set schema while preserving
the trigger patterns the autofix skill relies on.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs: add Codex app integration link

* docs: remove unsupported npx install flow

* docs: restore supported agents table

* docs: simplify install guidance

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 04:21:38 -07:00
nehal-a2z 5cf33757e1 Update autofix skill workflow (#7)
* Harden autofix skill workflow

* Simplify autofix GitHub workflow

* Restore thread-aware autofix workflow

* Extract autofix GitHub workflow helper

* docs: harden autofix workflow guidance

* docs: clarify autofix pagination loop
2026-04-21 03:44:38 -07:00
nehal-a2z b76598b56e Add Cursor marketplace manifest [#11]
Add Cursor marketplace manifest
2026-04-21 16:05:55 +05:30
nehal-a2z 9f3d1d5a26 Update changelog from git history 2026-04-21 16:04:31 +05:30
nehal-a2z 26c6b20225 Add Cursor changelog and logo asset 2026-04-21 16:00:21 +05:30
nehal-a2z 9aa3c03d7b Add Cursor marketplace manifest 2026-04-21 15:53:18 +05:30
nehal-a2z bc2cd135dd Merge pull request #9 from coderabbitai/claude_plugin_shift
Consolidate coderabbitai/claude-plugin into this repo
2026-04-21 15:15:51 +05:30
nehal-a2z 68699cd361 Fix plugin version regression and docs 2026-04-21 15:06:00 +05:30
nehal-a2z c0ee669543 Consolidate claude-plugin into skills repo
Move plugin manifest, subagent, and slash command from
coderabbitai/claude-plugin to the root of this repo so a single
source of truth hosts both the multi-agent skills and the Claude
Code plugin. Skill content (skills/autofix, skills/code-review)
is unchanged and already newer than the claude-plugin copies.

Next steps (separate PRs): update marketplace.json in
anthropics/claude-plugins-official to point at this repo, then
archive coderabbitai/claude-plugin.
2026-04-21 12:14:55 +05:30
nehal-a2z 353cbabd9f Merge pull request #6 from coderabbitai/update-code-review-agent-flag
Update code-review skill: replace --prompt-only with --agent
2026-04-13 10:56:54 +05:30
Juan Pa c194fe100b update code-review skill: replace --prompt-only with --agent flag
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>
2026-04-11 21:54:49 -07:00
nehal-a2z e1d42d7a2e Merge pull request #4 from coderabbitai/update_security_02
update security
2026-03-06 10:39:42 +05:30
nehal-a2z a98ba7378e update security 2026-03-06 10:38:51 +05:30
Prashanth Pai 8db04ee4a9 Merge pull request #3 from coderabbitai/ppai/autofix-README
README: add reference to autofix skill
2026-03-02 17:02:45 +05:30
Prashanth Pai c4cd0dd238 README: add reference to autofix skill
Signed-off-by: Prashanth Pai <411294+prashanthpai@users.noreply.github.com>
2026-03-02 16:43:32 +05:30
nehal-a2z e1909fa740 Merge pull request #1 from coderabbitai/ppai/autofix-skill
add autofix skill
2026-03-02 00:58:46 -08:00
nehal-a2z 694b5f4396 Merge pull request #2 from coderabbitai/update_security_scope 2026-03-02 00:58:24 -08:00
nehal-a2z 1c3ecf5884 docs: harden install guidance and trust note 2026-03-02 14:24:25 +05:30
Prashanth Pai f133000cc4 add autofix skill
Signed-off-by: Prashanth Pai <411294+prashanthpai@users.noreply.github.com>
2026-02-26 11:20:57 +05:30
nehal-a2z 72cea2bfec Refine code-review skill description and remove license and metadata sections for clarity. 2026-01-30 12:38:52 +05:30
nehal-a2z 7c2902dd44 init 2026-01-30 12:23:28 +05:30