tools-gh-search
GitHub Search
Overview
Search across all GitHub entity types from the terminal using gh search. Use this for library evaluation, debugging, dependency triage, security monitoring, and learning from real-world code.
Code Search
Find real-world usage patterns, API examples, and implementation references.
Core Commands
# Search code across GitHub
gh search code "useCallback" --language=typescript --limit 30
# Search in specific repo
gh search code "createContext" --repo=facebook/react --limit 20
# Search with file extension or path
gh search code "jest.config" --extension=ts
More from tjboudreaux/cc-github-skills
tools-github-integration
Orchestrates the integration of multiple Git worktrees or branches into a single ephemeral preview branch. Automated strategy for merging, conflict detection, and verification of parallel development streams. ONLY applicable for projects using Git/GitHub.
1tools-github-workflow
Full GitHub workflow orchestration via CLI - branch management, commit quality, issue triage, PR lifecycle, and worktree operations on macOS and Windows.
1tools-git-advanced
Advanced git operations including rebase, cherry-pick, bisect, reflog, stash, and history manipulation for complex workflows.
1tools-github-actions
GitHub Actions workflow authoring for CI/CD pipelines, job configuration, matrix builds, secrets, and common automation patterns.
1