review-pr

Review GitHub pull requests for quality, security, tests, and documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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 making any changes to the codebase.

Core Features & Use Cases

  • Automated PR Analysis: Performs a comprehensive, review-only assessment of GitHub pull requests.
  • Structured Feedback: Generates detailed findings on implementation quality, security, tests, and documentation.
  • Use Case: When a new feature is submitted as a pull request, use this Skill to get a detailed analysis of its readiness, potential issues, and suggestions for improvement before it's merged.

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?

Automate GitHub pull request reviews by using the gh CLI to analyze code quality, security, tests, and documentation, generating structured recommendations on PR readiness without modifying the codebase.

What is the best way to analyze a GitHub PR for merge readiness?

The best way to analyze GitHub PR merge readiness is to run an automated review that assesses implementation quality, security, tests, and documentation, yielding detailed findings and improvement suggestions.

Do I need the gh CLI installed to review pull requests?

Yes, you need the gh CLI and git installed and configured for GitHub interaction to review pull requests, as the Skill relies on these tools to fetch PR data and perform code analysis.

Can I use automated code review to check tests and documentation in a pull request?

Yes, automated code review can check tests and documentation in a pull request, performing a comprehensive assessment to generate detailed findings on implementation quality and security before merging.

Does automated PR review modify my codebase during analysis?

No, automated PR review does not modify your codebase during analysis; it performs a review-only assessment of the pull request to provide structured feedback and suggestions for improvement.

Why does my GitHub pull request need a readiness assessment before merging?

A GitHub pull request needs a readiness assessment to identify potential issues in code quality, security, tests, and documentation, ensuring the feature is safe and complete before it is merged.