| name | coderabbit-core-workflow-a |
| description | Execute CodeRabbit primary workflow: automated PR code review with configuration.
Use when setting up automated code reviews on pull requests,
configuring review behavior, or establishing the core CodeRabbit review loop.
Trigger with phrases like "coderabbit review workflow", "coderabbit PR review",
"coderabbit auto review", "configure coderabbit reviews".
|
| allowed-tools | Read, Write, Edit, Bash(gh:*), Bash(git:*), Grep |
| version | 1.11.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","coderabbit","workflow","code-review"] |
| compatibility | Designed for Claude Code, also compatible with Codex and OpenClaw |
CodeRabbit Core Workflow A: Automated PR Review
Overview
The primary CodeRabbit workflow: a developer opens a PR, CodeRabbit automatically analyzes the diff, posts a walkthrough summary and line-level comments, and the developer addresses feedback. This skill covers configuration, review profiles, path instructions, and the full review lifecycle.
Prerequisites
- CodeRabbit GitHub App installed (see
coderabbit-install-auth)
.coderabbit.yaml in repository root
- At least one PR-capable branch
Instructions
Step 1: Configure the Review Pipeline
language: "en-US"
early_access: false
reviews:
profile: "assertive"
request_changes_workflow: true
high_level_summary: true
high_level_summary_in_walkthrough: true
review_status: true
collapse_walkthrough: false
sequence_diagrams: true
poem: false
auto_review:
enabled: true
drafts: false