Agent Skills
› NVIDIA-NeMo/DataDesigner
› search-github
search-github
GitHub通过调用github-searcher子代理,搜索GitHub上的Issue、Discussion和PR内容。适用于查询特定主题的技术讨论或代码变更历史,并将结果原样返回给用户。
Trigger Scenarios
需要查找GitHub上的相关Issue或PR
搜索与特定技术话题相关的社区讨论
Install
npx skills add NVIDIA-NeMo/DataDesigner --skill search-github -g -y
SKILL.md
Frontmatter
{
"name": "search-github",
"metadata": {
"internal": true
},
"description": "Search GitHub issues, discussions, and PRs for content related to a topic",
"argument-hint": "<search-topic>"
}
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.
Version History
- 8bda042 Current 2026-07-24 16:05


