pr-reviewer

Automates GitHub pull request reviews for code quality, security, tests, and documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Ai-Whisperers/infrastructure-cost-tracker --skill pr-reviewer-ai-whisperers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviewer
Source: https://github.com/Ai-Whisperers/infrastructure-cost-tracker/tree/main/openclaw-config/skills/pr-reviewer
Command: npx skills add https://github.com/Ai-Whisperers/infrastructure-cost-tracker --skill pr-reviewer-ai-whisperers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comprehensive review of GitHub Pull Requests, ensuring code quality, security, test coverage, and adherence to best practices before merging.

Core Features & Use Cases

  • Automated Code Quality Checks: Verifies adherence to coding standards and identifies potential bugs.
  • Security Vulnerability Scanning: Detects common security flaws and insecure dependencies.
  • Test Coverage Validation: Ensures new features are adequately tested and existing tests pass.
  • Documentation Verification: Checks for necessary updates to READMEs, API docs, and changelogs.
  • Use Case: When a developer submits a pull request for a new feature, this Skill automatically runs a battery of checks to ensure it meets all project requirements, flagging any issues for the developer to address.

Quick Start

Use the pr-reviewer skill to review pull request number 456 in the 'my-org/my-repo' repository.

Frequently Asked Questions about pr-reviewer

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

FAQPage Schema
How do I automate GitHub pull request reviews for code quality and security?

Automate GitHub pull request reviews by running comprehensive checks for code quality, security vulnerabilities, test coverage, and documentation updates. This process uses the GitHub CLI to fetch PR details and diffs, automatically enforcing project standards and flagging issues before merging.

What checks should an automated PR review include to enforce project standards?

Automated PR reviews should include code quality checks to catch bugs, security vulnerability scanning for dependencies, test coverage validation, and documentation verification for READMEs and changelogs. These automated checks ensure new features meet project requirements before developers merge changes.

How do I validate test coverage and documentation updates in a pull request?

Validate test coverage and documentation in a pull request by executing automated checks that ensure new features are adequately tested and existing tests pass. The review process also verifies that necessary updates to READMEs, API docs, and changelogs are included with the code changes.

Can I use the GitHub CLI to fetch PR diffs and CI statuses for automated code reviews?

Yes, you can use the GitHub CLI to fetch PR details, diffs, and CI statuses for automated code reviews. Integrating the CLI allows the review process to automatically retrieve pull request data and execute comprehensive checks for security, tests, and documentation.

Does automated PR review work for detecting security vulnerabilities in dependencies?

Automated PR review works for detecting security vulnerabilities by scanning code changes and identifying insecure dependencies. The review process automatically flags common security flaws and enforces best practices, ensuring developers address potential vulnerabilities before the pull request is merged.