Поиск по GitHub через MCP

integration

github-search is a Claude Code skill that searches GitHub code, repositories, issues, and pull requests via MCP. It runs with `uv run python -m runtime.harness scripts/mcp/github_search.py` and accepts `--type` (code, repos, issues, prs), `--query`, and optional `--owner` and `--repo` flags to narrow results. Full GitHub Search syntax is supported — including qualifiers like `language:python` or `label:critical` — making it straightforward to find specific implementations or filter critical bugs across an organization. The skill requires a `github` MCP server configured in `mcp_config.json` with a valid `GITHUB_PERSONAL_ACCESS_TOKEN`. It suits developers who need to locate code examples, track open issues, or explore repositories without leaving the Claude Code environment.