← Back to list

gh-advanced
by mikanIchinose
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: gh-advanced description: gh CLI の高度な使い方、使用頻度の低いサブコマンド、便利なオプションを提供。trigger「gh の使い方」「GitHub API を叩きたい」「gh」「use gh」
gh CLI の高度な使い方とあまり知られていない便利な機能のリファレンス。
リファレンス
| カテゴリ | 説明 |
|---|---|
| gh api | REST API / GraphQL 直接アクセス |
| gh search | GitHub 全体の検索 |
| 検索クエリ | 検索クエリ修飾子 |
| gh pr | 高度な PR 操作 |
| gh issue | 高度な Issue 操作 |
| gh actions | run / workflow / cache |
| gh release | リリース管理 |
| gh secrets | secret / variable 管理 |
| gh auth | 認証・グローバルオプション |
| その他 | project / extension / alias / codespace / gist 等 |
クイックリファレンス
API アクセス
gh api repos/{owner}/{repo}/pulls --jq '.[].title'
gh api graphql -f query='{ viewer { login } }'
検索
gh search prs "review-requested:@me is:open"
gh pr list --search "review:approved draft:false"
Actions
gh run list --status failure
gh workflow run deploy.yml -f env=prod
PR / Issue
gh pr checks {number} --watch --fail-fast
gh issue list --search "no:assignee label:bug"
リリース
gh release create v1.0.0 --generate-notes ./dist/*.tar.gz
シークレット
gh secret set API_KEY --env production
gh variable set -f .env
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon