GitHub CLI Skill Provides patterns for the CLI to interact with GitHub repositories, services, and APIs directly from the terminal. Covers authentication, repository management, issues, pull requests, actions, releases, projects, search, and the REST/GraphQL API. Git workflow patterns (branching, commits, CI/CD) are handled by a separate skill. Quick Reference | Area | Key Commands | | ------------- | --------------------------------------------------------------------- | | Auth | , , | | Repos | , , , | | Browse | , , | | Issues | , , , | | Pull Requests | , , , | | Actions | , , , | | Relea…