github-cli

Installation
SKILL.md

GitHub CLI Skill

This skill provides comprehensive guidance for using the GitHub CLI (gh) to manage repositories, CI/CD workflows, issues, pull requests, and releases.

Prerequisites

  • gh CLI installed and authenticated
  • Run gh auth status to verify authentication

Core Operations

Repository Management

# List repositories
gh repo list [owner] --limit 50
gh repo list --source                    # Only source repos (not forks)
gh repo list --fork                      # Only forks
Installs
145
GitHub Stars
3
First Seen
Jan 20, 2026
github-cli — oldwinter/skills