ci: replace Code Rabbit with Claude auto-review workflow#21
Merged
jrenaldi79 merged 3 commits intomainfrom Mar 25, 2026
Merged
Conversation
Split single claude job into two: - auto-review: fires on PR open/push/ready_for_review (skips drafts) - claude-assist: fires on @claude mentions (existing behavior) Plugin changes based on research: - Kept pr-review-toolkit (6-agent review suite) - Dropped security-guidance (PreToolUse hook, not useful in Actions) - Dropped code-review (overlaps with pr-review-toolkit) - Dropped semgrep (does not exist in any marketplace) Also bumps contents permission to write on both jobs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.Add a configuration file to your project to customize how CodeRabbit runs |
Adds security-review job using anthropics/claude-code-security-review action. Runs on every non-draft PR alongside auto-review. Analyzes diffs for injection attacks, auth flaws, data exposure, crypto weaknesses, and other security vulnerabilities. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
After Claude's auto-review completes, a new codex-audit job triggers the Codex GitHub App with @codex review. A purpose-built AGENTS.md is copied into the workspace so Codex acts as an auditor of Claude's review rather than performing an independent review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
claudejob into two:auto-review(automatic on PR events) andclaude-assist(@claude mentions)pull_requesttrigger for automatic reviews on open/push/ready_for_reviewcontentspermission towriteso Claude can push suggested fixesPlugin research findings
Analyzed all plugins from both Anthropic marketplaces before finalizing:
pr-review-toolkit: 6-agent review suite (code-reviewer, code-simplifier, comment-analyzer, pr-test-analyzer, silent-failure-hunter, type-design-analyzer)code-review: Overlaps with pr-review-toolkit (both have a code-reviewer agent)security-guidance: PreToolUse hook that only fires when Claude edits files locally. In a GitHub Actions context, Claude reviews diffs, not edits files, so the hook never triggers.semgrep: Does not exist in either marketplace repoclaude-plugins-official): Not needed since all kept plugins are inclaude-code-pluginsTest plan
auto-reviewjob triggers@claudeon an issue to confirmclaude-assistjob triggersauto-review🤖 Generated with Claude Code
Summary by CodeRabbit