review-pr-github

Review GitHub PRs with gh CLI and generate inline comments and summary reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/manhpham90vn/my-claude-skills --skill review-pr-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr-github
Source: https://github.com/manhpham90vn/my-claude-skills/tree/main/.claude/skills/review-pr-github
Command: npx skills add https://github.com/manhpham90vn/my-claude-skills --skill review-pr-github

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Review Pull Request on GitHub and provide actionable feedback.

Core Features & Use Cases

  • Inline PR review comments on changed lines generated automatically.
  • Checklist-driven guidance across Laravel, HTML/CSS, Docker, TypeScript, and infrastructure.
  • Use Case: supply a PR URL to get a structured review report and suggested improvements.

Quick Start

Provide a GitHub PR URL to receive inline review feedback and a summarized report.

Frequently Asked Questions about review-pr-github

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

FAQPage Schema
How do I automate GitHub PR reviews for code changes?

Automate GitHub PR reviews by supplying a pull request URL to generate inline comments and a summary report on changed files. It fetches PR details and computes diffs using gh CLI and local git to provide actionable feedback automatically.

Can I use checklists to review Laravel and TypeScript pull requests?

Yes, you can apply multiple checklists to review Laravel, HTML/CSS, Docker, TypeScript, and infrastructure code. Checklist-driven guidance tailors the automated review to specific frameworks and generates suggested improvements.

What's needed to run automated code reviews on GitHub pull requests?

Automated code reviews require gh, git, and python3 installed in your environment. These dependencies fetch PR details, compute file diffs, and execute the scripts that produce inline review comments.

Does automated PR review work with my existing GitHub workflow?

Automated PR review works with GitHub workflows by fetching pull request details through the gh CLI. It computes diffs using local git and posts inline comments directly on changed lines within the GitHub interface.

How do I get inline feedback on changed lines in a pull request?

Inline feedback on changed lines is generated automatically by computing the diff of the supplied PR URL. The review process identifies modified files and posts actionable comments directly on the specific changed lines.

What is the best way to review infrastructure and Docker changes in a PR?

The best way to review infrastructure and Docker changes is to supply the PR URL to trigger checklist-driven automated review. It evaluates the code against specific infrastructure and Docker checklists to generate a structured report.