gh-cli

Installation
SKILL.md

GitHub CLI Reference

Complete reference for gh, the official GitHub CLI.

Authentication

gh auth login                            # Interactive login (browser or token)
gh auth login --hostname enterprise.example.com  # GitHub Enterprise
gh auth status                           # Check current auth
gh auth token                            # Print current token
gh auth refresh --scopes workflow        # Add scopes
gh auth logout

Repository Operations

gh repo clone owner/repo
Related skills

More from 1mangesh1/dev-skills-collection

Installs
6
GitHub Stars
3
First Seen
Feb 21, 2026