帮助维护者快速审查、分诊并处理 OpenClaw 的 Issue 与 PR。
该技能材料显示其本质是面向 OpenClaw 维护流程的提示型工作流,系统检查也标记为 prompt-only,且无密钥、无声明远程端点,整体风险较低。需注意 README 中涉及 gh/gitcrawl 命令与 GitHub 维护操作指引,若宿主环境实际赋予这些工具能力,则会带来常规的数据读取与仓库操作注意事项。
材料明确写明无需密钥或环境变量,未见要求提供 token、API key 或其他敏感凭证的内容,凭证泄露面较低。
系统检查为 prompt-only,且未声明任何远程端点;材料虽提到 GitHub 搜索与 gh/api 工作流,但未显示该技能自身配置独立数据外发目标。
README 明确包含 gitcrawl、gh、gh api 等命令示例,并指导执行评论、标记、关闭、合并等维护动作;若宿主允许工具调用,这属于常规的本机命令/仓库操作能力,需留意误操作,但仅凭这些不足以上升为高风险。
材料指向读取本地 gitcrawl 数据、当前 checkout,以及 GitHub issue/PR、评论、标签、指派与时间线等仓库元数据;访问范围与其声明的维护用途基本一致,未见明显过度授权描述。
来源为 GitHub 开源仓库,且社区采用度极高(约 377k stars),这显著降低供应链风险;虽许可证未声明、维护状态未知,但基于现有证据仍偏低风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "openclaw-pr-maintainer" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-pr-maintainer/SKILL.md 2. 保存为 ~/.claude/skills/openclaw-pr-maintainer/SKILL.md 3. 装好后重载技能,告诉我可以用了
请检查这个 OpenClaw PR:https://github.com/.../pull/123 。总结变更内容、潜在风险、是否缺少测试,并给出是否建议合并的结论。
返回一份简明审查意见,包含变更摘要、风险点、测试情况与合并建议。
请处理这个 OpenClaw issue:#456。判断问题类型与优先级,搜索是否有重复 issue,并建议添加哪些 labels。
返回分诊结果,包括优先级、重复项链接、建议标签和后续处理建议。
请分析这个 PR 的提交者信息:#789。查看作者账号年龄、活跃度、过往贡献、评论记录,并评估是否需要维护者额外关注。
输出作者背景摘要与可信度判断,并说明是否存在可疑迹象或需要人工复核。
Use this skill for maintainer-facing GitHub workflow, not for ordinary code changes.
$gitcrawl first anytime you inspect OpenClaw issues or PRs.gitcrawl data first for related threads, duplicate attempts, and already-landed fixes.gitcrawl for candidate discovery and clustering; use gh, gh api, and the current checkout to verify live state before commenting, labeling, closing, or landing.gitcrawl is missing, stale, lacks the target thread, or has no embeddings for neighbor/search commands, fall back to the GitHub search workflow below.gitcrawl sync --include-comments, future enrichment commands, or broad reclustering unless the user asked to update the local store or stale data is blocking the decision.Common read-only path:
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 openclaw/openclaw --query "<scope or title keywords>" --mode hybrid --json
gitcrawl cluster-detail openclaw/openclaw --id <cluster-id> --member-limit 20 --body-chars 280 --json
When a maintainer asks Codex to review, triage, fix, or land a specific OpenClaw issue/PR, check assignment before deep work.
steipete; if another maintainer is clearly the requester, use that maintainer's bare login.gh issue view / gh pr view; gitcrawl is not enough for assignment state.assigned, time unknown; treat as assigned, not stale.Assignment time proof:
gh api "repos/openclaw/openclaw/issues/<number>/timeline" --paginate \
-H "Accept: application/vnd.github+json" \
--jq '[.[] | select(.event=="assigned") | {assignee:.assignee.login, assigner:.assigner.login, actor:.actor.login, created_at}]'
Use the newest assigned event for each current assignee. Issue timeline events expose created_at; GitHub GraphQL AssignedEvent.createdAt is also valid when REST pagination is awkward.
Claim command for issues or PRs:
gh api -X POST "repos/openclaw/openclaw/issues/<number>/assignees" -f 'assignees[]=<login>' >/dev/null
gh issue view / gh pr view (author.login), then fetch profile metadata once with gh api users/<login> --jq '{login,name,created_at,type}'.By: Jane Doe (@jane, acct 2021-04-03) | OpenClaw: 4 PRs, 2 issues, 11 commits/12mo | GitHub: 9 repos, 86 commits, 9 PRs, 3 issues, 12 reviews
…
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
帮助用户对收件箱消息进行分流、跟进等待回复并生成后续摘要。
通过命令行控制飞利浦 Hue 灯光与场景,便捷实现智能照明操作自动化。
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
基于问题或 PR 列表深度审查代码,只修复高确定性的小型 OpenClaw 缺陷。
帮助你在核对来源的前提下重构 OpenClaw 文档页面并完成验证
帮助维护者检查、修复并验证 OpenClaw 的 GHSA 安全公告与私有分叉状态。
帮助维护者高效审查、分诊并交接 ClawHub 的 GitHub 问题与 PR。
帮助维护者准备并核验 OpenClaw 稳定版或测试版发布与发布说明。
帮助开发者批量定位并修复可合入的高置信小型 OpenClaw 缺陷