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
Auto-Exit When Standalone
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.
Related skills
More from seabbs/skills
commit
Create a well-structured commit with conventional format and proper git identity
6preprint-search
Search for new preprints in infectious disease modelling from arXiv, medRxiv, and bioRxiv
6issue-summary
Summarise a GitHub issue conversation with focus on the last message
6repo-summary
Analyse a GitHub repository combining activity metrics with code development insights
5org-standards
Scan repos in an org for standards drift and propagate fixes via worktree PRs
4review
Perform a code review with linting, standards checking, and priority-ranked findings
4