Agent Skills
› NVIDIA-NeMo/DataDesigner
› search-github
search-github
GitHub调用github-searcher子代理搜索GitHub上的Issue、Discussion和PR,查找与指定主题相关的内容并原样返回结果。
触发场景
需要检索GitHub仓库中的技术讨论或问题
查询特定主题的代码提交历史或功能请求
安装
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.
版本历史
- 8bda042 当前 2026-07-24 16:05


