pr-reviewer

Review GitHub pull requests and local branches against main for quality and security.

1|Updated Dec 14, 2014
One-click install
npx skills add https://github.com/goldeneggg/dotfiles --skill pr-reviewer-goldeneggg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviewer
Source: https://github.com/goldeneggg/dotfiles/tree/main/claude-linux/.claude/skills/pr-reviewer
Command: npx skills add https://github.com/goldeneggg/dotfiles --skill pr-reviewer-goldeneggg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) components.

What problem does it solve?

This skill enables comprehensive code reviews of GitHub pull requests and local git branches against the main branch, helping teams catch quality, security, and best-practice issues early.

Core Features & Use Cases

  • Comprehensive code review focusing on code quality, security, and adherence to best practices.
  • When to use: review a PR by specifying the repository and PR number, review local branches by comparing with main, assess recent changes for code quality and standards conformance.
  • Process: fetch contextual diffs, analyze changes, and generate actionable feedback aligned with project conventions.

Quick Start

Specify the PR URL or repository, PR number, or target branch to review, and I will begin the comprehensive code review.

Frequently Asked Questions about pr-reviewer

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

FAQPage Schema
How do I automate code review for GitHub pull requests?

Automate GitHub pull request code review by specifying the repository and PR number, which fetches the contextual diff, analyzes changes for quality and security, and generates actionable feedback aligned with your project conventions.

Can I review a local git branch against the main branch?

Review a local git branch against the main branch by specifying the target branch, which triggers a comprehensive comparison of changes to assess code quality, standards conformance, and potential bugs before merging.

How does pull request review handle security and best practices?

Pull request review handles security and best practices by analyzing contextual diffs fetched via git and gh, evaluating changes against established best practices, and generating actionable feedback to catch issues early.

Do I need gh and git installed to review PRs?

You need both gh and git installed to review PRs, as the skill depends on these tools to fetch contextual diffs from GitHub repositories and analyze local branch differences against the main branch.

What's the best way to check recent branch changes for standards conformance?

Check recent branch changes for standards conformance by running a comprehensive review that fetches diffs, analyzes modifications, and aligns actionable feedback with your CLAUDE.md project conventions.