轻量级代码仓库 issue/PR 归档搜索工具,支持本地缓存查询与新鲜度检测,适合个人开发者日常代码仓库管理。Use when 需要代码生成、编程辅助、调试测试、开发部署时使用。不适用于无明确技术栈的模糊需求。适用于独立开发者、企业团队和自动化工作流场景。支持中文交互,无需复杂配置即开即用。输出结果可直接使用,减少二次加工成本。
Browser
Gitcrawl
Try itSearch local OpenClaw issue and PR history before live GitHub triage
What it does
Search local OpenClaw issue and PR history before live GitHub triage
The skill document
Gitcrawl
Use local GitHub issue/PR archives before live GitHub search. Check freshness first:
gitcrawl doctor --json
Find candidates:
gitcrawl threads openclaw/openclaw --numbers --include-closed --json
gitcrawl neighbors openclaw/openclaw --number --limit 12 --json
gitcrawl search issues "query" -R openclaw/openclaw --state open --json number,title,url
gitcrawl clusters openclaw/openclaw --sort size --min-size 5
gitcrawl cluster-detail openclaw/openclaw --id
For PR triage, start cached and go live only before mutation/merge decisions:
gitcrawl gh pr status -R openclaw/openclaw --compact
gitcrawl gh pr view -R openclaw/openclaw --json number,title,state,url,isDraft,headRef,headSha
gitcrawl gh --live pr status -R openclaw/openclaw --compact
Use live gh plus checkout proof before commenting, labeling, closing, reopening, merging, or filing a PR review:
gh pr view --json number,title,state,mergedAt,body,files,comments,reviews,statusCheckRollup
gh issue view --json number,title,state,body,comments,closedAt
Report absolute dates, repo names, issue/PR numbers, cluster ids, and source gaps. Do not close/label from similarity alone; require matching intent plus live verification.
Related skills
Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answe...
Audit an OpenClaw agent workspace and generate standardized evaluation reports, scores, and patches. Use when asked to review memory quality, retrieval effic...
企业级代码仓库归档管控工具,兼容多仓库监控、重复聚类、实时同步、团队协作与自发化分流,适合团队协作与大型项目管控。核心能力:. 当需要gitcrawl。适用于独立开发者、企业团队和自动化工作流场景,提供结构化输出与错误处理机制,支持中文交互,即开即用。Use when 需要代码生成、编程辅助、调试测试、开发部署时使用。不适用于无明确技术栈的模糊需求。
Thin OpenClaw and ClawHub wrapper for the published clawfetch npm CLI, used to fetch web pages, GitHub READMEs, and Reddit threads as markdown.
Interact with GitHub via the gh CLI — issues, PRs, CI runs and repository health with auto-changelog and issue triage.