github-search

Solid

Search GitHub code, repositories, issues, and PRs via MCP

AI & Automation 496 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
49
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# GitHub Search Skill ## When to Use - Search code across repositories - Find issues or PRs - Look up repository information ## Instructions ```bash uv run python -m runtime.harness scripts/mcp/github_search.py \ --type "code" \ --query "your search query" ``` ### Parameters - `--type`: Search type - `code`, `repos`, `issues`, `prs` - `--query`: Search query (supports GitHub search syntax) - `--owner`: (optional) Filter by repo owner - `--repo`: (optional) Filter by repo name ### Examples ```bash # Search code uv run python -m runtime.harness scripts/mcp/github_search.py \ --type "code" \ --query "authentication language:python" # Search issues uv run python -m runtime.harness scripts/mcp/github_search.py \ --type "issues" \ --query "bug label:critical" \ --owner "anthropics" ``` ## MCP Server Required Requires `github` server in mcp_config.json with GITHUB_PERSONAL_ACCESS_TOKEN.

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

github-search

Search GitHub code, repositories, issues, and PRs via MCP

3,795 Updated 4 months ago
parcadei
Code & Development Listed

aio-github

Read and manage GitHub repos, pull requests, issues, releases, and branches via github-mcp (auto-installs if missing). Use when the user mentions a GitHub URL, asks to open/review/merge a PR, comment on an issue, list repos, trigger a release, or run any GitHub action programmatically.

3 Updated 2 days ago
aiocean
Code & Development Listed

read-github

Read and search GitHub repository documentation via gitmcp.io MCP service. **WHEN TO USE:** - User provides a GitHub URL - User mentions a specific repo in owner/repo format - User asks "what does this repo do?", "read the docs for X repo", or similar - User wants to search code or docs within a repo

335 Updated today
aiskillstore
AI & Automation Solid

github-issues

Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, set issue fields (dates, priority, custom fields), set issue types, manage issue workflows, link issues, add dependencies, or track blocked-by/blocking relationships. Triggers on requests like "create an issue", "file a bug", "request a feature", "update issue X", "set the priority", "set the start date", "link issues", "add dependency", "blocked by", "blocking", or any GitHub issue management task.

34,233 Updated today
github
AI & Automation Solid

code-search

Search GitHub for existing implementations of a topic. Use when the user wants to find code examples, libraries, or implementation patterns. Standalone or as part of a full research session.

297 Updated today
athola