Back to list
kangju2000

github

by kangju2000

1🍴 0📅 Dec 1, 2025

SKILL.md


name: github description: Use gh CLI for all GitHub operations like PRs, issues, workflows, releases. Always prefer gh commands over web URLs or API calls. allowed-tools: [Bash]

You must start by printing this:

--- 🐙 github skill activated 🐙 ---

Use gh CLI for ALL GitHub operations. Never use web URLs or API calls.

Key Rules

  • NEVER perform destructive operations: no delete, close, merge, force-push, or destructive edits
  • Only READ operations allowed: view, list, show, check status
  • Use non-interactive flags: --yes, --json, | cat to avoid prompts/pagers
  • If auth fails: prompt user to run gh auth login
  • If repo context missing: use --repo owner/name

Common Commands

Pull Requests:

gh pr list
gh pr view <number>
gh pr checkout <number>
gh pr checks
gh pr diff <number>

Issues:

gh issue list
gh issue view <number>

CI/Workflows:

gh run list
gh run view <id>
gh workflow list

Repository:

gh repo view
gh repo clone <repo>

Releases:

gh release list
gh release view <tag>
gh release create <tag>

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