What problem does it solve? Live GitHub searches are slow and rate-limited when triaging large issue and PR backlogs. This Skill lets you query a local archive of OpenClaw issues and PRs first, checking freshness and finding duplicates before making any live GitHub calls. ## Core Features & Use Cases - Local Archive Search: Query cached issues and PRs with gitcrawl search, threads, and neighbors commands, with freshness checks via gitcrawl doctor. - Duplicate Detection: Find duplicate clusters with gitcrawl clusters and inspect them with cluster-detail to consolidate related reports. - Safe PR Triage: Use the cached gh shim for status checks, then escalate to live gh verification before commenting, labeling, closing, or merging. - Use Case: When a new bug report arrives, search the local archive for related threads and duplicate clusters, then verify with live GitHub data before deciding to close it as a duplicate. ## Quick Start Ask the assistant to check archive freshness with gitcrawl doctor, then search the local OpenClaw issue archive for threads related to a given issue number.