{"id":"github-search","name":"github-search","summary":"MCPを通じてGitHubのコード、リポジトリ、課題、PRを検索できます","body":"# GitHub Search Skill\n\n## When to Use\n\n- Search code across repositories\n- Find issues or PRs\n- Look up repository information\n\n## Instructions\n\n```bash\nuv run python -m runtime.harness scripts/mcp/github_search.py \\\n    --type \"code\" \\\n    --query \"your search query\"\n```\n\n### Parameters\n\n- `--type`: Search type - `code`, `repos`, `issues`, `prs`\n- `--query`: Search query (supports GitHub search syntax)\n- `--owner`: (optional) Filter by repo owner\n- `--repo`: (optional) Filter by repo name\n\n### Examples\n\n```bash\n# Search code\nuv run python -m runtime.harness scripts/mcp/github_search.py \\\n    --type \"code\" \\\n    --query \"authentication language:python\"\n\n# Search issues\nuv run python -m runtime.harness scripts/mcp/github_search.py \\\n    --type \"issues\" \\\n    --query \"bug label:critical\" \\\n    --owner \"anthropics\"\n```\n\n## MCP Server Required\n\nRequires `github` server in mcp_config.json with GITHUB_PERSONAL_ACCESS_TOKEN.","author":"@parcadei","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/github-search","license":"MIT","category":"coding","lang":"en","tokens":241,"stars":0,"calls30d":2,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":["Bash","Read"]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}