gitcrawl
仓库创建 2026年7月25日最近提交 5 天前SkillHot 收录 3 天前
这个 Skill 做什么
在本地的 GitHub 存档里快速找 issue/PR、判定哪些是重复、检查数据是否最新,先于在线搜索使用以节省时间。适合需要做大规模问题定位、历史追溯或把同类讨论聚合时用。特点是能离线工作、做重复聚类并展示 PR 状态,配合 gitcrawl 的诊断命令能先确认缓存新鲜度再查找。
▸ 展开 SKILL.md 英文原文
GitHub archive: issue/PR search, sync freshness, duplicate clusters, gh-shim PR status, and Gitcrawl repo work.
✓ ClawHub 收录
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kody-w/rapp-toaster/main/examples/openclaw-in-rapp/gitcrawl/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kody-w/rapp-toaster/main/examples/openclaw-in-rapp/gitcrawl/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Gitcrawl Use local GitHub issue/PR archives before live GitHub search. Check freshness first: ```bash gitcrawl doctor --json ``` Find candidates: ```bash gitcrawl threads openclaw/openclaw --numbers <issue-or-pr-number> --include-closed --json gitcrawl neighbors openclaw/openclaw --number <issue-or-pr-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 <cluster-id> ``` For PR triage, start cached and go live only before mutation/merge decisions: ```bash gitcrawl gh pr status <number-or-url> -R openclaw/openclaw --co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有