github-pr-knowledge-wiki-sync — Github-pr-knowledge-wiki-同步
v1.0.0GitHub PR 文档自动生成与知识库同步 — 自动抓取PR内容、分析代码变更、生成技术文档并同步到飞书/wiki。
0· 60·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's requirements and runtime instructions are coherent with its stated purpose (generate PR docs and sync them to Feishu/WeCom/markdown); it is instruction-only and does not request unexplained credentials or installs.
评估建议
This skill appears to do what it says: it fetches GitHub PR diffs, analyzes them, generates a Markdown doc, and publishes to Feishu/WeCom or saves locally. Before installing/using it: (1) confirm you have gh CLI logged in (gh auth login) and that the account has only the required repo access; (2) verify the Feishu/WeCom app or credentials used to publish have minimal write scope and point to the intended knowledge space; (3) review whether PRs you will send contain sensitive code, secrets, or co...详细分析 ▾
✓ 用途与能力
Name and description describe fetching GitHub PRs, analyzing diffs, generating docs and syncing to Feishu/WeCom. The SKILL.md and workflow.json consistently call the GitHub CLI and downstream skills (code-review, summarize, feishu-wiki, wecom-doc) to do exactly that; nothing requested is unrelated to the stated purpose.
ℹ 指令范围
The instructions explicitly run 'gh pr view' and 'gh pr diff' and then send generated content to Feishu or WeCom or write to local disk. This stays inside the declared purpose, but it will read full PR diffs (including code snippets) and transmit the generated document to external services — users should be aware that sensitive code or secrets present in PRs could be published to the target knowledge base.
✓ 安装机制
This is an instruction-only skill with no install spec and no code files; nothing is downloaded or written to disk by the skill itself. That minimizes installation risk.
ℹ 凭证需求
The skill declares no required env vars, which is consistent for an instruction-only combo that relies on existing CLIs and external skills. However, the workflow assumes 'gh' is authenticated and that Feishu/WeCom publishing credentials or app permissions are available — those credentials are not managed by this skill and must be provided externally. Ensure those target-service credentials have least privilege necessary.
✓ 持久化与权限
always:false and autonomous invocation left enabled (platform default). The skill does not request permanent presence, does not alter other skills' configs, and does not require elevated platform privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install github-pr-knowledge-wiki-sync
镜像加速npx clawhub@latest install github-pr-knowledge-wiki-sync --registry https://cn.longxiaskill.com 镜像可用