帮助维护者快速审查、分诊并处理 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
…
快速搭建一次性原型,验证方案可行性并给出对比结论。
通过 macOS 命令行创建、整理、搜索并导出 Apple Notes 笔记。
帮助用户读取、编辑和写入飞书文档内容,提升云文档协作效率。
帮助团队核验 OpenClaw 版本是否已在多渠道完整发布并可正常使用。
自动获取并筛选 GitHub issues,生成修复分支、PR及评审处理流程。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
帮助你在核对来源的前提下重构 OpenClaw 文档页面并完成验证
帮助维护者检查、修复并验证 OpenClaw 的 GHSA 安全公告与私有分叉状态。
帮助维护者高效审查、分诊并交接 ClawHub 的 GitHub 问题与 PR。
帮助维护者准备并核验 OpenClaw 稳定版或测试版发布与发布说明。
基于 Git 历史重生成 OpenClaw 发布更新日志,便于发版前整理版本说明。
帮助团队检索重复的 PR 与问题单,并自动分组同步重复状态。