Documentation
README
GitHub Explorer — 项目深度分析
Philosophy: README 只是门面,真正的价值藏在 Issues、Commits 和社区讨论里。
Workflow
[项目名] → [1. 定位 Repo] → [2. 多源采集] → [3. 分析研判] → [4. 结构化输出]
Phase 1: 定位 Repo
- 用
web_search搜索site:github.com <project_name>确认完整 org/repo - 用
search-layer(Deep 模式 + 意图感知)补充获取社区链接和非 GitHub 资源:python3 skills/search-layer/scripts/search.py \ --queries "<project_name> review" "<project_name> 评测 使用体验" \ --mode deep --intent exploratory --num 5 - 用
web_fetch抓取 repo 主页获取基础信息(README、Stars、Forks、License、最近更新)
Phase 2: 多源采集(并行)
以下来源按需检查,有则采集,无则跳过:
This is the opening of the README. Read the full README on GitHub.