Toolverse
All skills

github-search

by parcadei

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Backend
Views
39

About this skill

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

How to use

  1. Upewnij się, że w pliku mcp_config.json masz skonfigurowany serwer GitHub z ustawioną zmienną GITHUB_PERSONAL_ACCESS_TOKEN — bez tego tokenu umiejętność nie będzie działać.

  2. Aby przeszukać kod w repozytoriach, użyj komendy z parametrem --type "code" i wpisz swoją frazę wyszukiwania. Na przykład, aby znaleźć kod związany z autentykacją w Pythonie, uruchom: uv run python -m runtime.harness scripts/mcp/github_search.py --type "code" --query "authentication language:python"

  3. Jeśli szukasz konkretnego repozytorium, możesz zawęzić wyniki, dodając parametr --owner (właściciel) lub --repo (nazwa repozytorium). Na przykład: uv run python -m runtime.harness scripts/mcp/github_search.py --type "repos" --query "framework" --owner "twoja-organizacja"

  4. Aby wyszukać zgłoszenia lub pull requesty, zmień parametr --type na "issues" lub "prs". Możesz też używać etykiet i innych filtrów GitHub, na przykład: uv run python -m runtime.harness scripts/mcp/github_search.py --type "issues" --query "bug label:critical" --owner "anthropics"

  5. Wyniki pojawią się bezpośrednio w rozmowie — możesz je analizować, dyskutować z Claude'em lub użyć jako podstawy do dalszych działań, takich jak klonowanie repozytorium lub przejrzenie kodu.

Related skills

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167