GitHub Search Skill
SkillSearchLets your agent search GitHub for code, repositories, issues, and pull requests.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the GitHub Search Skill skill
About this capability
Search GitHub code, repositories, issues, and PRs via MCP
What this skill tells your AI
The instructions your AI receives, as published by parcadei/continuous-claude-v3 in .claude/skills/github-search/SKILL.md and read by ahel’s review.
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--query: Search query (supports GitHub search syntax)--owner: (optional) Filter by repo owner--repo: (optional) Filter by repo name
Examples
# 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.
Signals
- GitHub stars
- 4k
- Forks
- 300
- Last commit
- Jan 2026
ahel review
S4info
community integration — published by parcadei, not github
Automated review, not a security audit. Ruleset v1+k2.
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
github-search- Source
- github.com/parcadei/continuous-claude-v3