← ClaudeAtlas

github-researchlisted

Use when the user asks to search GitHub, find repositories, check what a project's code/issues/PRs/releases say, or look up how something is implemented in open source. Triggers on "search GitHub", "find a repo for", "check the issues on", "how do they implement X", "github research". Produces evidence records (URL pinned to a commit SHA + verbatim quote + date), never conclusions. Do NOT use for general web search (use web-research), Reddit/community discussion (use reddit-research), or when the user just wants you to write code (that's normal coding, not research).
ali-demirbas/research · ★ 0 · Code & Development · score 72
Install: claude install-skill ali-demirbas/research
# GitHub Research ## Overview Collects evidence from GitHub: repos, code, issues, PRs, releases, discussions, commits. Each output is one evidence record — a claim backed by a verbatim quote pinned to a permanent anchor (commit SHA, not a branch that can move). This skill never concludes or synthesizes; it produces raw material for `state/runs/<slug>/evidence.jsonl`. **Layer rule:** produces evidence, not results. Synthesis and confidence status are the orchestrator's job. ## When to use Direct use: "find repos that do X", "what does the changelog say about Y", "check if this bug is still open". As a component: orchestrator dispatches this alongside web/reddit research for implementation-type claims. Don't use for: general web content (→ web-research), Reddit discussion even if it's about a GitHub project (→ reddit-research), writing/editing code in the current project (not a research task). ## Capability check (once per session, not per query) Run `gh auth status` first. Authenticated unlocks code search (unavailable anonymously — GitHub returns 401 with no anonymous mode, not a rate limit to route around) and higher limits. See references/tooling.md for the full chain and measured rate limits. ## Workflow 1. **Pick the right search surface** for the question: - Repo discovery → `gh search repos` (topic/stars/language filters) - "How is X implemented" → `gh search code` (auth required; returns `textMatches` — the verbatim quote, direct from the API) - "Is