github-search
Installation
Summary
Search GitHub code, repositories, issues, and pull requests with flexible filtering.
- Four search types: code, repositories, issues, and pull requests, each with full GitHub search syntax support
- Optional filtering by repository owner and name to narrow results to specific projects
- Requires GitHub personal access token configured in mcp_config.json for authentication
- Command-line interface with straightforward parameters for integration into agent workflows
SKILL.md
GitHub Search Skill
When to Use
- Search code across repositories
- Find issues or PRs
- Look up repository information
Instructions
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
Related skills
More from parcadei/continuous-claude-v3
discovery-interview
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
3.3Kmath
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
515dead-code
Find unused functions and dead code in the codebase
433premortem
Identify failure modes before they occur using structured risk analysis
410agentic-workflow
Agentic Workflow Pattern
392recall-reasoning
Search past reasoning for relevant decisions and approaches
366