GitHub Digest
Cross-repo GitHub morning briefing in your terminal — open PRs, assigned issues, and contribution stats across every repo.
GitHub Digest is a dotnet global tool that pulls together what matters before you open the browser: open pull requests with review status, issues assigned to you, and a rolling summary of commits, PRs opened, and reviews given. You can scope by time window (--since 7d, 14d, 30d), filter to a single repo, or export markdown or JSON for scripts and dashboards.
The CLI uses Octokit for GitHub’s REST API (PRs and issues) and Octokit.GraphQL for contribution aggregates. Terminal output is rendered with Spectre.Console; parsing and flags use System.CommandLine. It targets .NET 9 and installs with dotnet tool install --global GitHubDigest.
Authentication is a classic personal access token with repo and read:user scopes, supplied via the GITHUB__TOKEN environment variable or local appsettings (never committed).
