pr-reviewer

Analyze GitHub pull request diffs and post non-merge review comments.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/gara2000/agentmesh --skill pr-reviewer-gara2000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviewer
Source: https://github.com/gara2000/agentmesh/tree/main/plugins/agentic-workflows/skills/pr-reviewer
Command: npx skills add https://github.com/gara2000/agentmesh --skill pr-reviewer-gara2000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviewer automates the process of evaluating GitHub pull requests by analyzing the diff and summarizing issues, providing a clear, actionable comment without approving or merging.

Core Features & Use Cases

  • Read and interpret diffs from PRs, identify changed files and potential impact.
  • Post an on-GitHub, non-merge review with issues, suggestions, and best practices.
  • Surface the review to the user via the orchestrator to inform decision making.

Quick Start

Provide the worker task slug and PR URL to start the 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 GitHub pull request code reviews?

Automate GitHub pull request code reviews by providing a worker task slug and PR URL to the Skill. It analyzes diffs, extracts changed files, generates a structured summary, and posts an actionable review comment on GitHub.

Can I post review comments on GitHub without approving or merging the pull request?

Yes, you can post review comments on GitHub without approving or merging the pull request. The Skill generates a non-merge review comment containing identified issues, suggestions, and best practices directly on the PR.

How do I analyze GitHub PR diffs to identify potential impact and issues?

Analyze GitHub PR diffs by feeding the pull request URL to the Skill. It reads and interprets the changed files, evaluates the potential impact, and composes a clear, actionable review summary surfaced to the orchestrator.

Does the GitHub PR review automation work without external dependencies?

Yes, the GitHub PR review automation works without external dependencies. It operates autonomously to extract PR details, read changed files, and post non-merge review comments to GitHub, requiring only a worker task slug and PR URL to start.

What is the best way to get structured feedback for complex or risky pull requests?

The best way to get structured feedback for complex or risky pull requests is using automated AI-assisted review. It evaluates the diff, summarizes issues, and provides actionable suggestions without forcing an approval, informing better decision making.

When should I not use automated AI-assisted PR reviews?

You should not use automated AI-assisted PR reviews when your workflow requires immediate approval or merging of changes. The Skill is designed strictly for providing structured feedback and actionable comments, leaving the final merge decision to the reviewer.