
from github-explorer-skill73
Deep-dive, multi-source analysis of GitHub projects—architecture, community health, issues, commits, and competitive landscape.
GitHub Explorer collects repository metadata, README, recent commits, and high-value issues from multiple sources and produces a structured research report. It emphasizes using GitHub API for repo data and supplements with web searches and community sources to surface architecture, maintainership, and risk signals. The output is a Telegram-ready, linked report for technical due diligence.
Use when a user asks to evaluate or research a GitHub project (e.g., "帮我看看这个项目", "分析一下 repo"). It's ideal for due-diligence, competitor scouting, or onboarding engineers to an unfamiliar codebase.
Inferable: agents with web_search, web_fetch, and GitHub API access (Claude Code, Copilot-style tooling, Cursor).
GitHub Explorer is a multi-phase skill for deep-dive analysis of GitHub projects, covering architecture, community health, issues, commits, and competitive landscape. No bundled scripts — relies entirely on built-in tools and two external skills (search-layer, content-extract). The SKILL.md is thorough with clear phases, output templates, and a self-check checklist, but is written primarily in Chinese which limits its audience.
search-layer skillcontent-extract skillWell-crafted skill with detailed workflow, output template, and validation checklist. Main weaknesses: heavy dependency on two external skills not bundled, Chinese-language focus limits broad adoption, and curl command templates could allow shell injection if user input isn't sanitized. No scripts to test. Security is solid overall — no hardcoded creds, no destructive commands, no exfiltration.