github-dashboard
Installation
SKILL.md
Give me a GitHub dashboard update.
Phase 1: Notifications Analysis
- Fetch notifications:
gh api notifications - Group by repository and type, prioritise by: direct mentions, review requests, CI failures, issue updates
Phase 2: PR Status Check
- Check open PRs:
gh pr list --author @me --state open - For each: review status, CI status, merge conflicts, time since update
- List PRs needing action
Phase 3: Issue Triage
- Issues assigned to me:
gh issue list --assignee @me - New issues in maintained repos needing triage
- Flag overdue or blocked issues
Phase 4: Summary Report
- Action items, review requests, CI failures, upcoming deadlines, quick stats
- Suggest priority order for the day