cyberneticlibrary

Verify GitHub authentication and rate limits

msapps-github-health-checkpluginsetup L23,035
davepoon/buildwithclaude
What it does

Verify GitHub CLI authentication and API limits

Best for

Catching authentication or rate-limit issues before running batch GitHub operations.

Inputs
  • · none (reads local gh auth state)
Outputs
  • · gh authentication status
  • · list of accessible repositories
  • · API rate limit remaining and reset time
  • · connectivity test result
Requires
  • · GitHub CLI (gh)
  • · GitHub REST API
Preconditions

GitHub CLI installed; user authenticated via gh auth login

Failure modes

auth fails if token expired; rate limit check times out if GitHub down; repo list incomplete if permissions scoped

Trust signals
  • · MSApps official plugin
  • · real-time rate limit check
  • · multi-repo visibility