Github Dashboard

GitHub dashboard update with notifications, PR status, issue triage, and action items

seabbs 89ff312 1.0 KB Updated

File contents

Give me a GitHub dashboard update.

Phase 1: Notifications Analysis

  1. Fetch notifications: gh api notifications
  2. Group by repository and type, prioritise by: direct mentions, review requests, CI failures, issue updates

Phase 2: PR Status Check

  1. Check open PRs: gh pr list --author @me --state open
  2. For each: review status, CI status, merge conflicts, time since update
  3. List PRs needing action

Phase 3: Issue Triage

  1. Issues assigned to me: gh issue list --assignee @me
  2. New issues in maintained repos needing triage
  3. Flag overdue or blocked issues

Phase 4: Summary Report

  1. Action items, review requests, CI failures, upcoming deadlines, quick stats
  2. 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.

seabbs/skills/tree/main/plugins/github-ops/skills/github-dashboard commit 89ff312cf8

Frequently asked questions

npx skillmds add seabbs-skills/github-dashboard