review-pr

Review GitHub pull requests and generate structured reports with security findings.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill review-pr-dioerden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/dioerden/OpenClaw-Flash-Vault/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill review-pr-dioerden

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a streamlined approach to reviewing GitHub pull requests, ensuring that feedback is structured and comprehensive, improving the quality of code reviews.

Core Features & Use Cases

  • Structured Review: Generates a structured review report with sections for changes, good aspects, security findings, and more.
  • Safety Checks: Ensures that no changes are pushed during the review process to maintain code integrity.
  • Automated Feedback: Saves time by automating the creation of review checklists and follow-up comments.

Quick Start

Run the review-pr skill with the pull request number or URL.

Frequently Asked Questions about review-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate structured feedback for a GitHub pull request?

To generate structured feedback for a GitHub pull request, run the review-pr skill with the specific PR number or URL. It analyzes the code and outputs a comprehensive review report covering changes, security findings, and concerns.

Can I automate code reviews without pushing changes to my repository?

Yes, you can automate code reviews without pushing changes. The review-pr skill performs safety checks to ensure no changes are pushed during the analysis process, maintaining your repository's code integrity while providing feedback.

What is included in an automated pull request review report?

An automated pull request review report includes structured sections for code changes, good aspects, security findings, and concerns. This structured feedback ensures comprehensive coverage of the codebase during software development workflows.

How do I start a code analysis on a specific pull request?

To start a code analysis on a specific pull request, provide the pull request number or URL to the review-pr skill. It will automatically analyze the code and generate a structured review checklist and follow-up comments.

Does the PR review skill work with any GitHub repository?

The PR review skill works with GitHub pull requests by analyzing the provided PR number or URL. It is designed to integrate into software development workflows to streamline code reviews across applicable repositories.

What are the limitations of automated GitHub PR analysis?

A key limitation of automated GitHub PR analysis here is that it operates strictly in a read-only capacity during the review process. It ensures no changes are pushed, meaning it cannot automatically merge branches or commit fixes directly to the repository.