CustomAgent.app
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
development
FREE

Git Commit Message Generator

Analyze staged changes and generate Conventional Commits messages with proper type, scope, and description.

gitcommitsconventional-commits
G
GitHub
4.9(312)
143k
8.4k
Skill
development
FREE

Conventional Commits Enforcer

Validate and rewrite commit messages to strictly follow the Conventional Commits 1.0 specification.

gitcommitsconventional-commits
C
Community
4.7(89)
39k
1.9k
Skill
testing
FREE

Playwright Test Generator

Generate end-to-end Playwright tests from a feature description or by exploring a live web page.

playwrighte2etesting
M
Microsoft
4.8(142)
56k
3.2k
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
View source on GitHub →

Compatible with

claude codegithub copilot

Trigger phrase

/gh
G

GitHub

@github

View on GitHub