github-explorer

Installation
SKILL.md

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
    
Installs
249
GitHub Stars
76
First Seen
Feb 8, 2026