Agent Skillsblock/buzz › github-research

github-research

GitHub

利用gh CLI搜索GitHub Issue、PR及代码,挖掘先验实现与维护者决策。通过信号分级与标准化报告格式,辅助开发者进行技术调研与方案验证。

examples/meadow-core/skills/github-research/SKILL.md block/buzz

触发场景

查找特定功能的实现模式 确认上游库的维护者决策 调研开源项目中的问题解决方案

安装

npx skills add block/buzz --skill github-research -g -y
更多选项

非标准路径

npx skills add https://github.com/block/buzz/tree/main/examples/meadow-core/skills/github-research -g -y

不安装直接使用

npx skills use block/buzz@github-research

指定 Agent (Claude Code)

npx skills add block/buzz --skill github-research -a claude-code -g -y

安装 repo 全部 skill

npx skills add block/buzz --all -g -y

预览 repo 内 skill

npx skills add block/buzz --list

SKILL.md

Frontmatter
{
    "name": "github-research",
    "description": "Search GitHub issues, PRs, and code using the gh CLI."
}

GitHub Research

Search GitHub for prior art, implementation patterns, and maintainer decisions.

Commands

# Search issues
gh search issues "topic" --repo owner/repo --limit 20 \
  --json number,title,state,url

# Search merged PRs (highest signal)
gh search prs "topic" --repo owner/repo --merged --limit 20 \
  --json number,title,url

# Search code (use query syntax for path filtering)
gh search code "pattern path:src/" --repo owner/repo --limit 20 \
  --json path,textMatches

# Get full issue or PR details
gh issue view 123 --repo owner/repo --json number,title,body,comments
gh pr view 456 --repo owner/repo --json number,title,body,reviews,files

Rate Limits

  • Search API: 30 requests/minute
  • Check with: gh api rate_limit --jq '.resources.search'

Signal Ranking

  1. Merged PRs — decisions that shipped
  2. Maintainer comments — authoritative
  3. Closed issues with solutions — problems solved
  4. Open issues — current problems (lower signal)

Report Format

## Research: [Topic]

### Summary
- Key finding 1 [#123]
- Key finding 2 [PR #456]

### Findings
1. **#123: [Title]** — [summary]. URL: https://...
2. **PR #456: [Title]** — [what it changed]. URL: https://...

### Gaps
- [What you looked for but didn't find]

Always include URLs. If nothing relevant exists, say so.

版本历史

  • 63496cc 当前 2026-07-30 20:27

同 Skill 集合

.agents/skills/desktop-screenshot/SKILL.md
.agents/skills/sprout-cli/SKILL.md
.claude/skills/desktop-screenshot/SKILL.md
.claude/skills/sprout-cli/SKILL.md
.codex/skills/desktop-screenshot/SKILL.md
.codex/skills/sprout-cli/SKILL.md
.goose/skills/desktop-screenshot/SKILL.md
.goose/skills/sprout-cli/SKILL.md

元信息

文件数
0
版本
93114c9
Hash
c9b68613
收录时间
2026-07-30 20:27

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-25 15:55
浙ICP备14020137号-1 $访客地图$