github-cli
GitHub CLI (gh) wrapper for PR status, issues, and repository operations
pinned to #8caeb0cupdated 2 weeks ago
Ask your AI client: “install skills/github-cli”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/github-climetahub onboarded this repo on the author's behalf.
If you own github.com/GantisStorm/essentials-claude-code on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
91
Last commit
2 weeks ago
Latest release
published
- #ai-coding
- #automation
- #claude-code
- #claude-code-plugin
- #cli
- #developer-tools
- #llm
About this skill
Pulled from SKILL.md at publish time.
GitHub CLI helper skill for common `gh` operations. Requires `gh` CLI installed and authenticated.
Allowed tools
- Bash
- Read
- Glob
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.8caeb0c· 2 weeks ago
Documentation
41Description qualitywarn
11 words · 72 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
README is present and substantial
30,574 chars · 20 sections · 18 code blocks
Tags / topics declared
7 total — ai-coding, automation, claude-code, claude-code-plugin, cli, developer-tools (+1)
README has usage / example sections
found: Quick Start
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent8caeb0cwarn2 weeks ago
Contents
GitHub CLI helper skill for common gh operations. Requires gh CLI installed and authenticated.
Note: For creating/updating PR descriptions, use /mr-description-creator instead.
Actions
PR Operations
View PR status:
/github-cli pr status
View PR checks:
/github-cli pr checks
Merge PR:
/github-cli pr merge
View PR in browser:
/github-cli pr view --web
List PRs:
/github-cli pr list
Issue Operations
List issues:
/github-cli issue list
Create issue:
/github-cli issue create
View issue:
/github-cli issue view <number>
Repository Operations
View repo:
/github-cli repo view
Instructions
Step 1: Validate Environment
# Check gh is installed
gh --version
# Check gh is authenticated
gh auth status
If not installed, report: "Install gh CLI: https://cli.github.com" If not authenticated, report: "Run: gh auth login"
Step 2: Parse and Execute
Parse $ARGUMENTS and pass directly to gh:
gh $ARGUMENTS
Step 3: Report Result
Show gh output directly to user.
Examples
# View PR status
/github-cli pr status
# View PR checks (CI status)
/github-cli pr checks
# Merge current PR
/github-cli pr merge
# List open PRs
/github-cli pr list
# View PR in browser
/github-cli pr view --web
# List issues
/github-cli issue list
# Create issue interactively
/github-cli issue create
# View repo info
/github-cli repo view
# API calls
/github-cli api repos/{owner}/{repo}/pulls
# Any gh command works
/github-cli release list
/github-cli workflow list
Error Handling
| Scenario | Action |
|---|---|
| gh not installed | "Install gh: https://cli.github.com" |
| Not authenticated | "Run: gh auth login" |
| gh command fails | Show gh error output |
Reviews
No reviews yet. Be the first.
Related
orchestration-patterns
>
migration-patterns
>
deployment-sop
>
mh install skills/github-cli