search-github
The search-github skill queries GitHub repositories, issues, discussions, and pull requests for content matching a specified topic. Use this tool when you need to find relevant GitHub conversations, bug reports, feature requests, or code contributions related to a particular subject or problem.
git clone --depth 1 https://github.com/NVIDIA-NeMo/DataDesigner /tmp/search-github && cp -r /tmp/search-github/.agents/skills/search-github ~/.claude/skills/search-githubSKILL.md
# GitHub Search Use the `github-searcher` subagent to search GitHub for content related to: **$ARGUMENTS** Call the Task tool with: - `subagent_type: "github-searcher"` - `mode: "bypassPermissions"` - `prompt`: the search topic Report the results back to the user exactly as returned by the agent.
Commit current changes with a clear, descriptive message
Create a GitHub PR with a well-formatted description matching the repository PR template (flat Changes by default; optional Added/Changed/Removed/Fixed grouping)
>
Perform a thorough code review of the current branch or a GitHub PR by number.
Search local documentation in the docs/ folder for content related to a topic
Update an existing GitHub PR description to reflect current changes after incorporating feedback
Use when the user wants to create a dataset, generate synthetic data, or build a data generation pipeline.