A local dashboard that shows your open GitHub PRs, PRs waiting for your review, and PRs where you were mentioned — across all repositories. It uses the gh CLI to fetch data and claude CLI to generate AI-powered review summaries. Runs as a persistent service via pm2.
- Node.js
ghCLI (authenticated)- Claude Code (
claudeCLI)
git clone https://github.com/Romex91/github-status.git
cd github-status
./enable.shCustom port: PORT=9999 ./enable.sh
Dashboard will auto-notify if there are fresh commits in this repo
cd ~/github-status && ./update.sh./disable.shpm2 logs github-statuspm2 restart github-status