review-pr

Analyze pull request diffs and post review comments via GitHub CLI.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill review-pr-nudgebee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/review-pr
Command: npx skills add https://github.com/nudgebee/nudgebee --skill review-pr-nudgebee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing pull requests, providing immediate feedback and insights that save time and enhance code quality.

Core Features & Use Cases

  • Automated Review: Analyze code changes, identify potential issues, and post comments directly on the pull request.
  • Service-Specific Conventions: Checks for service-specific coding conventions and standards.
  • Quick Start: Use the /review-pr command followed by a PR number or URL to start the review process.

Quick Start

/review-pr <PR Number or URL>

Frequently Asked Questions about review-pr

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

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

Automating pull request code reviews on GitHub requires analyzing diffs and checking coding conventions to post comments directly on the PR. This Skill automates that workflow using the GitHub CLI to provide immediate feedback and enhance software quality.

What is needed to start reviewing pull requests automatically?

To review pull requests automatically, you need a local Git repository with an active pull request, the GitHub CLI installed for API access, and Docker. You then execute the `/review-pr` command followed by a PR number or URL to initiate automated checks.

Does the automated PR review check for service-specific coding conventions?

Yes, the automated PR review checks for service-specific coding conventions and standards. It analyzes code changes, identifies potential issues based on those standards, and posts review comments directly on the GitHub pull request.

What is the best way to post review comments on a GitHub pull request?

The best way to post review comments on a GitHub pull request is to use an automated review tool that analyzes diffs via the GitHub CLI. This approach ensures immediate feedback on coding conventions and potential issues without manual inspection.

Can I use this automated code review without a local Git repository?

No, you cannot use this automated code review without a local Git repository. The Skill requires a local Git repository with an active pull request and the GitHub CLI to access the API and analyze diffs for coding convention violations.