← Back to list

github-search
by SiTaggart
Claude agent config
⭐ 1🍴 0📅 Jan 22, 2026
SKILL.md
name: github-search description: Search GitHub code, repositories, issues, and PRs via gh CLI allowed-tools: [Bash, Read]
GitHub Search Skill
When to Use
- Search code across repositories
- Find issues or PRs
- Look up repository information
Instructions
gh search <type> <query> [flags]
Parameters
<type>: Search type -code,repos,issues,prs<query>: Search query (supports GitHub search syntax)--owner: (optional) Filter by repo owner (all search types)--repo: (optional) Filter by repo name (code/issues/prs only)--limit: (optional) Max results to fetch--: (optional) Use before the query when it contains a-qualifier, e.g.-- "bug -label:critical"
Examples
# Search code
gh search code "authentication language:python"
# Search issues
gh search issues "bug label:critical" --owner "anthropics"
# Search pull requests in a repo
gh search prs "is:open review:required" --repo "cli/cli"
Requirements
Requires GitHub CLI (gh) to be installed and authenticated (gh auth status or gh auth login).
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