スキル一覧に戻る
robbyt

repo

by robbyt

Skills and Plugins for Claude Code

37🍴 2📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: repo description: Repository information using GitHub CLI. Trigger when user wants to view repository details ("show repo info", "what's this repo about"), list repositories ("list my repos", "show repos for user"), or check repository metadata ("stars", "languages", "topics").

Repository Information

View repository details and list repositories with the gh CLI. Read-only operations only.

Prerequisites

GitHub CLI must be installed and authenticated:

gh auth status

Quick Reference

gh repo view                        # View current repo
gh repo view owner/repo             # View specific repo
gh repo list owner                  # List repos for owner

View Repository

gh repo view
gh repo view owner/repo
gh repo view owner/repo --json name,description,stargazersCount
gh repo view owner/repo --web  # Open in browser

Common JSON fields:

gh repo view owner/repo --json name,description,url,stargazersCount,forkCount,isPrivate,languages,topics

List Repositories

gh repo list
gh repo list owner
gh repo list owner --limit 50
gh repo list owner --json name,description
gh repo list owner --language go
gh repo list owner --source  # Non-forks only
gh search repos "query"
gh search repos "language:go stars:>100"
gh search repos "org:anthropics"

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です