What problem does it solve?
This Skill guides Claude and users through appropriate GitHub authentication flows so the agent can access repositories, the GitHub API, and perform cross-repo or automated tasks without permission errors.
Core Features & Use Cases
- Multiple auth methods: Device code flow, classic and fine-grained personal access tokens, and GitHub App authentication as app or user.
- Operational guidance: How to generate JWTs, exchange installation tokens, set environment variables, store and rotate credentials securely, and resolve common HTTP errors and SSO requirements.
- Use case: Authorize an agent to create pull requests across repositories, configure CI/CD secrets, or run long-lived automation with a bot identity.
Quick Start
Authenticate with GitHub using device code flow by running gh auth login with BROWSER=false and follow the browser prompt to authorize access.