Back to list
bendrucker

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 metadata
  • gh issue view <number> — view issue details
  • gh pr view <number> — view pull request details
  • gh run view <run_id> — view workflow run status
  • gh 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 push a branch before creating a pull request with gh 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