Verify GitHub CLI (gh) is working correctly:
Comprehensive diagnostic that verifies GitHub CLI installation, authentication, API access, SSH keys, and git configuration. Use this when gh commands fail or before relying on GitHub automation to ensure your environment is properly configured.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillbackups/Verify GitHub CLI (gh) is working correctly:
which gh && gh --versiongh auth statusgh api usergit config --global user.name && git config --global user.emailgh repo list --limit 5ssh -T git@github.comgh extension listgh issue list --repo anthropics/claude-code --limit 3Provide Daniel with:
Note: Daniel uses gh extensively for repo creation and management.