用于检索和分析 GitHub 归档中的 Issue、PR 与仓库协作状态。
该技能材料表现为提示词/操作指南性质,未声明需要密钥、远程端点或额外系统权限;结合开源且社区采用度极高,整体风险较低。需注意其内容会引导使用本地 `gitcrawl`/`gh` 命令,但就该 Skill 材料本身未见明显高风险红旗。
材料明确标注“需要的密钥/环境变量:无”,README 也未要求提供 API token、账号密码或其他敏感凭证;未见直接的凭证收集、存储或滥用迹象。
系统检查项标记为 prompt-only,且元数据写明“远程端点 host:无”;虽然 README 提到 GitHub 搜索与 `gh --live` 用法,但就该 Skill 材料本身未声明会自行向第三方端点外发用户数据。
作为 prompt-only 技能,材料本身不包含可执行安装步骤、后台服务或自动运行逻辑;README 仅展示用户可手动调用的命令示例,未见该 Skill 自身申请本机代码执行能力。
未声明需要读取本地文件、写入工作区、访问系统资源或连接外部数据源;描述聚焦 GitHub issue/PR 归档与检索建议,就该 Skill 文本本身看不到过度数据访问授权。
来源为 GitHub 开源仓库,且社区采用度极高(约 37.7 万 star),这些都是明显的降风险因素;虽许可证未声明、维护状态未知,但未见闭源、不明分发源或可疑注入内容,整体供应链风险偏低。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "gitcrawl" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/gitcrawl/SKILL.md 2. 保存为 ~/.claude/skills/gitcrawl/SKILL.md 3. 装好后重载技能,告诉我可以用了
请在 GitHub archive 中搜索与“CI flaky tests”相关的 issue 和 PR,按时间倒序列出,并总结主要处理思路。
返回相关 issue/PR 列表,并附带时间排序结果与问题处理总结。
帮我检查这个仓库归档数据的同步新鲜度,说明最近一次同步时间、是否落后,以及可能受影响的查询范围。
给出同步时间、延迟状态说明,以及数据时效性风险提示。
分析这个仓库里的 issue,找出主题相近的重复问题聚类,并为每个聚类生成一句合并建议。
输出重复 issue 聚类结果,并附带每组的相似原因和处理建议。
Use local GitHub issue/PR archives before live GitHub search. Check freshness first:
gitcrawl doctor --json
Find candidates:
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:
gitcrawl gh pr status <number-or-url> -R openclaw/openclaw --compact
gitcrawl gh pr view <number-or-url> -R openclaw/openclaw --json number,title,state,url,isDraft,headRef,headSha
gitcrawl gh --live pr status <number-or-url> -R openclaw/openclaw --compact
Use live gh plus checkout proof before commenting, labeling, closing, reopening, merging, or filing a PR review:
gh pr view <number> --json number,title,state,mergedAt,body,files,comments,reviews,statusCheckRollup
gh issue view <number> --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.
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
帮助用户对收件箱消息进行分流、跟进等待回复并生成后续摘要。
通过命令行控制飞利浦 Hue 灯光与场景,便捷实现智能照明操作自动化。
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
自动获取并筛选 GitHub issues,生成修复分支、PR及评审处理流程。
用于检索和分析 Slack 归档,统计消息线程并辅助仓库协作处理。
帮助用户检索与导出 Notion 归档内容,并进行同步、统计和仓库处理。
通过 GitHub CLI 管理议题、PR、日志、发布与仓库查询等开发协作任务
用于检索和管理 Granola 归档内容,查看同步状态、笔记转录与数据统计。
帮助用户高效搜索、筛选并排序最相关的 GitHub 优质仓库。