pr-review

Automate GitHub pull request code reviews and post findings.

2|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/dceoy/ai-coding-agent-skills --skill pr-review-dceoy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/dceoy/ai-coding-agent-skills/tree/main/skills/pr-review
Command: npx skills add https://github.com/dceoy/ai-coding-agent-skills --skill pr-review-dceoy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull requests on GitHub, providing concise and high-confidence findings that save time and improve code quality.

Core Features & Use Cases

  • Automated PR Review: Inspects PR diffs and posts findings to GitHub.
  • Use Case: Use this Skill in CI/CD pipelines, GitHub Actions workflows, or Claude Code Routines to automate the code review process.

Quick Start

Invoke the pr-review skill with the PR reference or CI event context.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for GitHub pull requests in CI/CD pipelines?

Automated code review for GitHub pull requests inspects PR diffs and posts concise, high-confidence findings directly to GitHub, fitting seamlessly into CI/CD pipelines and GitHub Actions workflows.

What is needed to run automated PR reviews in GitHub Actions?

To run automated PR reviews in GitHub Actions, you need a Git environment, the GitHub CLI (gh), and GitHub API access to inspect diffs and post review findings.

Can I use this automated PR review tool with Claude Code Routines?

Yes, you can use this automated PR review tool with Claude Code Routines; it is specifically designed for automated PR-review contexts and CI/CD workflows.

How does automated PR review handle findings on GitHub?

Automated PR review handles findings by inspecting the pull request diff and posting concise, high-confidence results directly to the GitHub PR interface.

What is the best way to post high-confidence code review findings to GitHub?

The best way to post high-confidence code review findings to GitHub is using an automated skill that inspects PR diffs within CI/CD pipelines and posts concise results directly via the GitHub API.