pr-reviewing

Coordinate multi-agent GitHub pull request reviews and deduplicate findings.

41|4|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/etr/groundwork --skill pr-reviewing-etr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviewing
Source: https://github.com/etr/groundwork/tree/main/skills/pr-reviewing
Command: npx skills add https://github.com/etr/groundwork --skill pr-reviewing-etr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates multiple reviewer agents to verify changes in a GitHub pull request, deduplicate findings across agents, and publish structured feedback as inline and general comments.

Core Features & Use Cases

  • Multi-agent PR verification against changes
  • Deduplication of findings across agents
  • Posting structured inline and general comments to GitHub
  • Works with open or cross-repository PRs and summarizes non-groundwork feedback for context

Quick Start

Invoke the PR review skill to run a multi-agent verification on a GitHub PR and post structured inline and general feedback.

Frequently Asked Questions about pr-reviewing

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

FAQPage Schema
How do I automate multi-agent code reviews on GitHub pull requests?

You can automate multi-agent GitHub PR reviews by coordinating diverse reviewer agents to verify changes, parse PR context, and post structured inline and general comments.

How does deduplication work for pull request review findings?

Deduplication for pull request review works by parsing feedback from multiple reviewer agents and consolidating overlapping findings into a single structured final review payload.

Can I post inline comments directly to a GitHub PR using an automated review process?

Yes, automated PR review can post inline comments directly to GitHub by parsing changed files, diff context, and existing feedback to deliver structured review results.

Does this multi-agent PR review approach work with cross-repository pull requests?

Multi-agent PR review works with both open and cross-repository pull requests, summarizing non-groundwork feedback to provide consolidated context for the review.

What context is needed to run automated PR verification against changed files?

Automated PR verification requires parsing changed files, diff context, and existing feedback from the GitHub pull request to accurately coordinate reviewer agents and compose a consolidated report.