← Back to list

gh
by bendrucker
My personal plugin marketplace and settings for Claude Code
⭐ 5🍴 1📅 Jan 23, 2026
SKILL.md
name: gh description: GitHub CLI usage and workflow patterns. Use when working with GitHub repositories, pull requests, issues, or API interactions.
gh CLI
Use gh for all GitHub interactions. It handles authentication automatically and works with private repositories.
Common Commands
gh repo view— view repository README and metadatagh issue view <number>— view issue detailsgh pr view <number>— view pull request detailsgh run view <run_id>— view workflow run statusgh run view --job <job_id> --log— view job logs
API Access
Use gh api for operations not covered by built-in commands:
gh api repos/{owner}/{repo}/contents/{path} # fetch file contents
gh api repos/{owner}/{repo}/pulls/{number}/comments # PR review comments
Reference Files
- reviews.md: Pull request review patterns
Workflows
Pull Request
- You must
git pusha branch before creating a pull request withgh pr create.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
