Use when adding new error messages to React, or seeing "unknown error code" warnings.
2
0
# Install this skill:
npx skills add namesreallyblank/Clorch --skill "github-search"
Install specific skill from multi-skill repository
# Description
Search GitHub code, repositories, issues, and PRs via MCP
# SKILL.md
name: github-search
description: Search GitHub code, repositories, issues, and PRs via MCP
allowed-tools: [Bash, Read]
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/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/github_search.py \
--type "code" \
--query "authentication language:python"
# Search issues
uv run python -m runtime.harness scripts/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.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.