What problem does it solve? Unauthenticated curl or WebFetch calls against GitHub hit low API rate limits, fail on private repositories, and bypass your configured credentials. This Skill redirects GitHub-related work to the authenticated gh CLI so requests succeed reliably. ## Core Features & Use Cases - Authenticated GitHub Access: Prefers gh repo view, gh pr view, gh issue view, and gh api over raw curl or wget requests. - Local Repository Reading: Encourages cloning repositories and reading files locally instead of fetching raw.githubusercontent.com blobs or using the /contents/ API endpoint. - Use Case: When asked to review pull request 123 in a private repository, the Skill guides the AI to run gh pr view 123 --repo owner/repo rather than attempting an unauthenticated HTTP fetch that would fail. ## Quick Start Use the gh CLI to view the details of pull request 123 in the owner/repo repository.