Skill
devops
✓ Verified
Free
GitHub CLI Assistant
Drive the GitHub CLI from natural language for issues, PRs, releases, workflow runs, and repo management.
4.7(119 reviews)
47,900 installs
by GitHub
About
Translates natural-language requests into the right `gh` CLI commands. Handles issues, pull requests, releases, workflow runs, gists, and repo configuration. Knows when to use API endpoints (`gh api`) for things the CLI doesn't expose directly.
Tags
githubcliautomationgit
Skill Instructions Preview
# GitHub CLI Assistant Translate requests into `gh` CLI commands. ## Common Commands - `gh issue list --assignee @me --state open` - `gh pr create --fill` - `gh pr review --approve` - `gh workflow run <name>` - `gh release create v1.2.3 --notes-file CHANGELOG.md` - `gh api repos/owner/repo/pulls/123/comments` ## Rules - Always preview destructive commands before running - Use `gh api` for things `gh` doesn't directly support - Never hardcode tokens — rely on `gh auth` - Quote arguments containing spaces
Related Skills
Skill⭐
developmentFREE
Git Commit Message Generator
Analyze staged changes and generate Conventional Commits messages with proper type, scope, and description.
gitcommitsconventional-commits
G
GitHub4.9(312)
143k
★8.4k
Skill
developmentFREE
Conventional Commits Enforcer
Validate and rewrite commit messages to strictly follow the Conventional Commits 1.0 specification.
gitcommitsconventional-commits
C
Community4.7(89)
39k
★1.9k
Install
# Add as Claude Code slash command: curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/gh-cli/SKILL.md" \ -o ~/.claude/commands/gh-cli.md
Compatible with
claude codegithub copilot
Trigger phrase
/ghG
GitHub
@github