review-pr

Review GitHub pull requests with gh CLI for structured feedback and readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, git, gh, and 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, saving developers significant time and ensuring code quality.

Core Features & Use Cases

  • Automated PR Analysis: Performs a comprehensive, review-only assessment of GitHub pull requests.
  • Structured Feedback: Generates detailed findings across various categories (security, tests, docs, etc.).
  • Readiness Assessment: Determines if a PR is ready for further preparation or needs revisions.
  • Use Case: When a new feature is submitted via a pull request, use this Skill to get an immediate, detailed review of its implementation, security, and documentation status before it's merged.

Quick Start

Use the review-pr skill to review 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?

Automating GitHub pull request reviews involves analyzing implementation quality, security, and documentation status to provide structured feedback and assess merge readiness. This Skill uses the gh CLI to fetch PR details and generate a comprehensive review automatically.

Can I use the gh CLI to assess pull request readiness before merging?

Yes, you can use the gh CLI to assess pull request readiness before merging. This Skill fetches PR details via gh and evaluates security, tests, and documentation to determine if the code requires revisions or is ready for further preparation.

Do I need git and jq installed to review pull requests with this automation?

Yes, you need git, jq, and gh installed to review pull requests with this automation. The Skill requires a git repository context and gh CLI authentication to fetch and analyze PR details, while jq processes the structured data for feedback generation.

What is the best way to get structured feedback on a new feature pull request?

Structured feedback on a pull request is generated by analyzing the implementation across various categories like security and documentation. This Skill provides a detailed review-only assessment, delivering immediate findings on code quality before a feature is merged.

How does automated code review work for GitHub PRs?

Automated code review for GitHub PRs works by fetching pull request details using the gh CLI within a git repository context. The Skill then analyzes the implementation, security, and documentation status to produce a structured readiness assessment.

Are there limitations to using automation for pull request reviews?

A key limitation is that this automation performs a review-only assessment and does not automatically merge pull requests. Additionally, it strictly requires prior gh CLI authentication and an active git repository context to fetch and analyze PR details.