Live Dashboard: https://anandkuma77.github.io/codeRabbitDashboard/
- Total Repositories: 47
- CodeRabbit Active: 28 repos (59.6%)
- Total PRs Reviewed: 1,353
- Last Updated: April 30, 2026
- Fully Active: 4 repos
- Reviewing, No Config: 24 repos
- Config, No Reviews: 0 repos
- Not Configured: 19 repos
- Application Platform: 8/9 (88.9%)
- CID: 1/1 (100.0%)
- Edge: 4/7 (57.1%)
- Metal Platform: 8/19 (42.1%)
- Multi Architecture: 4/4 (100.0%)
- OKD: 0/3 (0.0%)
- Specialist Platform Team (SPLAT): 3/4 (75.0%)
host/
├── index.html # Dashboard (32 KB)
├── data/
│ └── coderabbit-status.json # Data file (28 KB)
└── README.md # This file
# 1. Fetch fresh data (from parent directory)
export GITHUB_TOKEN=$(cat token | tr -d '\n')
python3 scripts/fetch_coderabbit_data.py
# 2. Copy to host folder
cp data/coderabbit-status.json host/data/
# 3. Commit and push
cd host
git add data/coderabbit-status.json
git commit -m "Update dashboard data - $(date +%Y-%m-%d)"
git pushGitHub Pages auto-updates in 1-2 minutes.
Generated: April 30, 2026
Data: 47 repos from 7 teams | 28 with CodeRabbit (59.6%) | 1,353 PRs reviewed