github-search

- Search code across repositories

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "github-search" with this command: npx skills add parcadei/continuous-claude-v3/parcadei-continuous-claude-v3-github-search

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

  • --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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

dead-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

modular-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

skill-development

No summary provided by upstream source.

Repository SourceNeeds Review