← Back to Skills Marketplace
wimi321

Pull Request Reviewer

by wimi321 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pr-audit
Description
Use when the user wants a local review of a GitHub pull request based on its diff, risks, quality, performance, tests, and security implications.
README (SKILL.md)

Pull Request Reviewer

Use this skill for code review of an existing GitHub PR.

Workflow

  1. Resolve the target PR number or list open PRs if needed.
  2. Read PR metadata and full diff.
  3. Review correctness, conventions, performance, test coverage, and security-sensitive changes.
  4. Prioritize concrete findings over generic praise.
  5. Return a structured review with suggested follow-up.

Guardrails

  • Base the review on the actual diff, not assumptions.
  • Findings first, summary second.
  • Keep comments actionable and specific.

Example Requests

  • Review PR #123 for correctness and risk.
  • List the biggest problems in this open PR.

Inputs

  • PR number or selection
  • GitHub diff
  • Repo conventions

Outputs

  • Ordered review findings
  • Risk summary
  • Improvement suggestions

Success Criteria

  • The review is grounded in the actual diff.
  • Findings are actionable.
  • Risky changes are prioritized.

Non-Goals

  • Generic praise-only review
  • Reviewing without reading the diff

Source Provenance

Derived from src/commands/review.ts.

Usage Guidance
This appears low-risk: it only describes reading diffs and producing reviews and has no installers or credential requests. Before using, consider: (1) avoid pasting sensitive secrets into diffs you give the skill; (2) if you want the agent to fetch private PRs, provide a least-privileged GitHub token and be aware the skill does not itself declare how it will use it; (3) the skill's source is unknown — if provenance matters, verify origin before granting any external access or tokens.
Capability Analysis
Type: OpenClaw Skill Name: pr-audit Version: 1.0.0 The skill bundle contains standard instructions and configuration for an AI agent to perform GitHub pull request reviews. The workflow defined in SKILL.md and the prompt in agents/openai.yaml are strictly aligned with the stated purpose of analyzing code diffs for quality and security, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the skill focuses on reading a PR diff/metadata and producing a review. It does not request unrelated binaries, credentials, or system access.
Instruction Scope
SKILL.md instructs the agent to resolve PR numbers, read PR metadata and full diffs and produce structured findings. This stays within the stated purpose. It is slightly ambiguous about whether the agent should fetch diffs from GitHub itself (which would require network access or a token) versus relying on a user-supplied diff — the skill does not declare any credentials or network steps.
Install Mechanism
There is no install spec and no code files beyond simple metadata and provenance docs, so nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportionate to an instruction-only reviewer that operates on supplied diffs. (If you intend the agent to fetch private PRs, you may need to provide a GitHub token externally — that is not requested by the skill itself.)
Persistence & Privilege
always is false and there is no indication the skill requests persistent system-wide changes or modifies other skills' configs. It does not ask for persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pr-audit
  3. After installation, invoke the skill by name or use /pr-audit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial extraction from local Claude Code source
Metadata
Slug pr-audit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pull Request Reviewer?

Use when the user wants a local review of a GitHub pull request based on its diff, risks, quality, performance, tests, and security implications. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Pull Request Reviewer?

Run "/install pr-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pull Request Reviewer free?

Yes, Pull Request Reviewer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pull Request Reviewer support?

Pull Request Reviewer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pull Request Reviewer?

It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.

💬 Comments