← 返回 Skills 市场
zlszhonglongshen

PR Doctor

作者 zlszhonglongshen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pr-doctor
功能描述
PR全流程质量医生 — 自动化代码审查、测试分析、问题追踪和持续改进的完整流水线
安全使用建议
Before installing or enabling PR Doctor, check the following: (1) It expects the 'gh' CLI and an authenticated GitHub session—ensure you understand which account will be used (read vs write permissions). (2) The skill will read PR diffs and repository files and may create GitHub Issues automatically—sensitive code or secrets could be captured in issue bodies or local logs. Consider disabling automatic issue creation (or require confirmation) and run the skill on non-sensitive repositories first. (3) workflow.json lists 'feishu' as an output channel but no Feishu credentials are declared—confirm how and where reports will be posted. (4) The skill source and homepage are unknown; verify the provenance (who is 'PR Doctor Team') and inspect the concrete implementations of the delegated skills (code-review-skill, github-issues-skill, etc.) before granting broad permissions or enabling autonomous invocation. If you cannot verify those, treat this skill as untrusted and restrict it to manual, non-privileged runs.
功能分析
Type: OpenClaw Skill Name: pr-doctor Version: 1.0.0 The 'pr-doctor' skill is a legitimate orchestration workflow designed to automate Pull Request reviews by coordinating multiple sub-skills (code-review, testing-patterns, github-issues, and self-improvement). It uses the GitHub CLI ('gh') for repository interactions and follows a transparent, well-documented process for analyzing code quality and creating tracking issues. No evidence of malicious intent, data exfiltration, or suspicious execution patterns was found in the SKILL.md, workflow.json, or documentation.
能力评估
Purpose & Capability
The name/description and the workflow (code review → test analysis → create issues → log learnings) match each other and the included workflow.json. Delegating to specialized skills (code-review-skill, testing-patterns, github-issues-skill, self-improvement) is coherent for the stated goal.
Instruction Scope
SKILL.md explicitly instructs using 'gh pr diff' and reading PR diffs, creating issues, and writing a .learnings/ directory. That means the agent will read repository code (potentially the whole repo depending on how diffs are gathered), create external GitHub Issues (which may expose findings publicly), and write files locally—actions that go beyond simple summarization. These behaviors are coherent with purpose but are impactful and should be consented to; the SKILL.md also assumes gh is available and authenticated, which is not declared elsewhere.
Install Mechanism
This is an instruction-only skill with no install spec or code to write to disk. That reduces installation risk. There is no download/execute step defined in the package itself.
Credentials
The metadata lists no required env vars or binaries, but the instructions and workflow.json require 'gh' CLI authentication (gh auth login) and Git repo access. workflow.json also lists 'feishu' as an output channel, which would require credentials/integration that are not declared. The skill thus implicitly relies on credentials and tools not declared up front—this mismatch can lead to accidental use of existing authorized credentials or unexpected external posting.
Persistence & Privilege
always:false (normal). The skill writes local logs into '.learnings/' (self-improvement step)—that is moderate persistence limited to its own files but could capture sensitive code snippets. It does not request to modify other skills or global configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pr-doctor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pr-doctor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布:pr-doctor 1.0.0 倾力推出,打造全流程自动化 PR 质量保障流水线 - 实现自动代码审查、测试覆盖分析、问题自动追踪与持续改进 - 支持多种触发词,快速启动审查流程,输出综合审查报告与质量评分 - 自动创建 GitHub Issue,分级汇报并关联原始 PR - 持续记录学习点,助力流程智能进化 - 一键体验高效、安全的 PR 检查与反馈
元数据
Slug pr-doctor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PR Doctor 是什么?

PR全流程质量医生 — 自动化代码审查、测试分析、问题追踪和持续改进的完整流水线. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 PR Doctor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pr-doctor」即可一键安装,无需额外配置。

PR Doctor 是免费的吗?

是的,PR Doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

PR Doctor 支持哪些平台?

PR Doctor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PR Doctor?

由 zlszhonglongshen(@zlszhonglongshen)开发并维护,当前版本 v1.0.0。

💬 留言讨论