review-pr

Analyze GitHub pull requests and generate structured review reports.

3|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/SeanHogg/coderClaw --skill review-pr-seanhogg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/SeanHogg/coderClaw/tree/main/.coderClaw/.agents/archive/review-pr-v1
Command: npx skills add https://github.com/SeanHogg/coderClaw --skill review-pr-seanhogg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests, providing structured feedback and assessing readiness for merging without performing any destructive actions.

Core Features & Use Cases

  • Read-Only PR Analysis: Thoroughly inspects pull request code, diffs, and metadata.
  • Structured Feedback: Generates a detailed review report covering implementation quality, security, tests, and documentation.
  • Use Case: When a new feature pull request is submitted, use this Skill to get a comprehensive, objective assessment of its quality and potential issues before human review.

Quick Start

Use the review-pr skill to analyze pull request number 123.

Frequently Asked Questions about review-pr

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?

To automate GitHub pull request reviews, you can use a review-only analysis Skill that leverages the gh CLI and local Git commands. It assesses code quality, security, tests, and documentation, generating a structured report to evaluate merge readiness.

What is needed to perform an automated code review on a GitHub PR using gh cli?

Performing an automated code review on a GitHub PR requires the gh CLI, git, and jq installed in your environment. These tools allow the Skill to fetch pull request diffs, metadata, and local repository context for analysis.

Can I use this automated PR review to check merge readiness without modifying the repository?

Yes, you can use this automated PR review to check merge readiness without modifying the repository. The Skill performs a strictly read-only analysis of pull request code, diffs, and metadata to ensure no destructive actions are executed.

Does the GitHub PR analysis output a structured report for implementation and tests?

Yes, the GitHub PR analysis outputs a structured report covering implementation quality, security, tests, and documentation. This provides an objective assessment of potential issues before a human review.

What is the best way to review a new feature pull request before human evaluation?

The best way to review a new feature pull request before human evaluation is to run an automated, read-only analysis that inspects code diffs and metadata. This generates comprehensive feedback on readiness, highlighting security and test coverage issues.

Why does the PR review process require local Git commands in addition to the GitHub CLI?

The PR review process requires local Git commands alongside the GitHub CLI to thoroughly inspect local repository context and pull request diffs. This combination enables a comprehensive analysis of code quality and metadata for accurate readiness evaluation.