Three categories: repos with active PR reviews, repos with config files, and repos with no CodeRabbit presence
%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '14px', 'primaryColor': '#2980b9', 'primaryTextColor': '#fff', 'lineColor': '#2c3e50'}}}%%
flowchart LR
subgraph REPO["GitHub Repository"]
direction TB
PR["Pull Request Opened"]
CFG[".coderabbit.yaml\n(Optional Config)"]
end
subgraph CR["CodeRabbit AI"]
direction TB
BOT["coderabbitai bot\nAnalyzes PR diff"]
REV["Posts Review Comments\non PR"]
end
subgraph OUT["Outcome"]
direction TB
O1["Automated Code Review"]
O2["Bug Detection"]
O3["Style & Best Practices"]
end
PR --> BOT
CFG -.->|"Customizes\nbehavior"| BOT
BOT --> REV
REV --> O1
REV --> O2
REV --> O3
style REPO fill:#eaf2f8,stroke:#2980b9,color:#2c3e50
style CR fill:#eafaf1,stroke:#27ae60,color:#2c3e50
style OUT fill:#fef9e7,stroke:#f39c12,color:#2c3e50
style PR fill:#2980b9,stroke:#2471a3,color:white
style CFG fill:#8e44ad,stroke:#7d3c98,color:white
style BOT fill:#27ae60,stroke:#229954,color:white
style REV fill:#27ae60,stroke:#229954,color:white
style O1 fill:#f39c12,stroke:#e67e22,color:white
style O2 fill:#f39c12,stroke:#e67e22,color:white
style O3 fill:#f39c12,stroke:#e67e22,color:white
Track CodeRabbit adoption progress over the last 1-2 weeks
Which teams and domains have CodeRabbit reviewing their PRs
Active, Maintenance, and Deprecated repos compared
All GitHub repos with CodeRabbit status, config file presence, and PR review activity
| Repository | PR Reviews | PRs Reviewed | Bot-First | Config File | Category | Status | Team |
|---|
Key findings and recommended actions
How bot-first and PRs reviewed are calculated
A PR is "bot-first" when CodeRabbit reviews before any human. The script compares timestamps of all CodeRabbit activity vs. human activity.
10:05 AM 👈 First2:30 PMA PR counts as "reviewed" if CodeRabbit posted ANY activity: reviews, comments, or walkthrough summaries.