coderabbit-reference-architecture

Featured

Implement CodeRabbit reference architecture with production-grade .coderabbit.yaml configuration. Use when designing review configuration for a new project, establishing team standards, or building a comprehensive review setup from scratch. Trigger with phrases like "coderabbit architecture", "coderabbit best practices", "coderabbit project structure", "coderabbit reference config", "coderabbit full setup".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CodeRabbit Reference Architecture ## Overview Complete reference architecture for CodeRabbit AI code review in a production team. Covers the full configuration file, path-specific review instructions per project type, tool integrations, CI pipeline integration, and the review lifecycle. Use this as a starting template and customize for your team. ## Architecture Diagram ``` Developer pushes code │ ▼ ┌─────────────────────────┐ │ Pull Request │ │ (targets base branch) │ └─────────┬───────────────┘ │ ▼ ┌─────────────────────────┐ │ CodeRabbit AI Review │ │ Reads: .coderabbit.yaml│ │ from base branch │ │ │ │ Outputs: │ │ ├── Walkthrough summary│ │ ├── Sequence diagrams │ │ ├── Line-level comments│ │ └── Review state │ └─────────┬───────────────┘ │ ┌─────┴──────┐ │ │ ▼ ▼ ┌────────┐ ┌────────────┐ │ APPROVED│ │ CHANGES │ │ │ │ REQUESTED │ └────┬───┘ └─────┬──────┘ │ │ ▼ ▼ Merge Developer fixes (if branch and pushes protection (incremental passes) re-review) ``` ## Instructions ### Step 1: Full Reference Configuration ```yaml # .coderabbit.yaml - Production Reference Architecture # Copy this file and customize for your project. language: "en-US" early_access: false # Tone customization tone_instructions: | Be concise and direct. Use bullet points for...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

coderabbit-hello-world

Create a minimal working CodeRabbit configuration and trigger your first AI review. Use when starting with CodeRabbit, testing your setup, or learning basic .coderabbit.yaml patterns. Trigger with phrases like "coderabbit hello world", "coderabbit example", "coderabbit quick start", "first coderabbit review".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-core-workflow-a

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".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-core-workflow-b

Tune CodeRabbit review configuration: learnings, code guidelines, and noise reduction. Use when fine-tuning review quality, training CodeRabbit with team preferences, adding code guidelines, or reducing false positives. Trigger with phrases like "coderabbit tune reviews", "coderabbit learnings", "coderabbit guidelines", "reduce coderabbit noise", "coderabbit false positives".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-security-basics

Configure CodeRabbit for security-focused code review with secret detection and vulnerability scanning. Use when setting up security review rules, configuring secret detection in PRs, or hardening CodeRabbit configuration for compliance requirements. Trigger with phrases like "coderabbit security", "coderabbit secrets", "secure coderabbit", "coderabbit vulnerability detection", "coderabbit security review".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-prod-checklist

Execute CodeRabbit production readiness checklist for org-wide deployment. Use when preparing to enforce CodeRabbit reviews, going live with required checks, or auditing CodeRabbit configuration before making it a merge gate. Trigger with phrases like "coderabbit production", "coderabbit go-live", "coderabbit launch checklist", "coderabbit readiness", "coderabbit pre-launch".

2,266 Updated today
jeremylongshore