← Back to Skills Marketplace
PR Doctor
by
zlszhonglongshen
· GitHub ↗
· v1.0.0
· MIT-0
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pr-doctor
Description
PR全流程质量医生 — 自动化代码审查、测试分析、问题追踪和持续改进的完整流水线
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pr-doctor - After installation, invoke the skill by name or use
/pr-doctor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布:pr-doctor 1.0.0 倾力推出,打造全流程自动化 PR 质量保障流水线
- 实现自动代码审查、测试覆盖分析、问题自动追踪与持续改进
- 支持多种触发词,快速启动审查流程,输出综合审查报告与质量评分
- 自动创建 GitHub Issue,分级汇报并关联原始 PR
- 持续记录学习点,助力流程智能进化
- 一键体验高效、安全的 PR 检查与反馈
Metadata
Frequently Asked Questions
What is PR Doctor?
PR全流程质量医生 — 自动化代码审查、测试分析、问题追踪和持续改进的完整流水线. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install PR Doctor?
Run "/install pr-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PR Doctor free?
Yes, PR Doctor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PR Doctor support?
PR Doctor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PR Doctor?
It is built and maintained by zlszhonglongshen (@zlszhonglongshen); the current version is v1.0.0.
More Skills