What problem does it solve? Live GitHub searches are slow and rate-limited when triaging large repositories. This Skill lets you query a local archive of issues and pull requests first, checking sync freshness and finding duplicates, then escalating to live GitHub only when a mutation or merge decision requires verified current state. ## Core Features & Use Cases - Local Archive Search: Query cached issues and PRs with gitcrawl search, threads, and neighbors commands instead of hitting the GitHub API. - Duplicate Detection: Find duplicate clusters with gitcrawl clusters and inspect them via cluster-detail before closing or labeling issues. - Freshness Verification: Run gitcrawl doctor --json to check archive sync status, and use the gh-shim (gitcrawl gh pr status) with a --live fallback before commenting, merging, or reviewing. - Use Case: When triaging an incoming bug report on openclaw/openclaw, search the local archive for related threads and duplicate clusters, then verify with live gh before closing it as a duplicate. ## Quick Start Ask the assistant to check archive freshness with gitcrawl doctor, then search the local issue archive for threads related to a specific issue number before verifying with live GitHub.