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"

Create a PR with auto-fill (from commit messages):

Related skills

More from ericmjl/skills

Installs
14
Repository
ericmjl/skills
GitHub Stars
32
First Seen
Feb 6, 2026