gh-cli

Installation
SKILL.md

GitHub CLI Operations

This skill provides quick access to common GitHub CLI operations for managing repositories, pull requests, issues, and GitHub Actions.

Requirements

  • gh (GitHub CLI) - must be authenticated with your GitHub account
  • Run gh auth login if not already authenticated

Common operations

Pull requests

Create a new PR:

gh pr create --title "Your PR title" --body "Description of changes"
Installs
18
Repository
ericmjl/skills
GitHub Stars
39
First Seen
Feb 6, 2026
gh-cli — ericmjl/skills