GitHub Search helps you find any code, repository, issue, or pull request on GitHub fast. You can look up specific code snippets across millions of projects. You can also find bugs, feature requests, or open pull requests.
This tool works with a simple command. You pick what type of search you want like code, repos, issues, or prs. Then you type your search query. You can even filter by the owner or repository name to narrow results.
It is useful for developers who need to find examples, track issues, or review pull requests without opening the GitHub website. Just run the command and get results right in your terminal.
Global
mkdir -p ~/.claude/skills/github-searchProject
mkdir -p .claude/skills/github-searchSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes