pr-review-sweep

Aggregate GitHub pull request review feedback to identify critical logic errors.

13|1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Generous-Corp/pulp --skill pr-review-sweep-generous-corp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-sweep
Source: https://github.com/Generous-Corp/pulp/tree/main/.agents/skills/pr-review-sweep
Command: npx skills add https://github.com/Generous-Corp/pulp --skill pr-review-sweep-generous-corp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, ghapp.

What problem does it solve?

This skill addresses the risk of asynchronous review comments being missed, ensuring that critical issues flagged by bots or humans after a PR is opened or merged are addressed before they impact production.

Core Features & Use Cases

  • Comprehensive Audit: Aggregates inline code comments, PR-level review summaries, and issue-level feedback into a single actionable view.
  • Risk Mitigation: Specifically targets material PRs involving core logic, concurrency, or destructive paths to prevent P1 bugs from slipping through.
  • Post-Merge Discipline: Enforces a mandatory sweep for environments like Shipyard where automated merges can occur before human review is complete.

Quick Start

Run the pr-review-sweep skill by providing the repository name and pull request number to aggregate and display all pending review feedback.

Frequently Asked Questions about pr-review-sweep

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

FAQPage Schema
How do I audit GitHub pull request comments to prevent shipping critical bugs?

To audit GitHub pull request comments and prevent critical bugs, you can aggregate asynchronous review feedback from inline comments, reviews, and issue discussions into a single actionable triage view. This targets material PRs involving core logic or destructive paths.

How do I ensure automated merges don't miss human code review feedback?

To ensure automated merges don't miss human code review feedback, enforce a mandatory post-merge sweep across all pending bot and human findings. This enforces post-merge discipline by aggregating asynchronous review comments before they impact production.

Do I need the GitHub CLI and ghapp extension to triage pull request reviews?

Yes, you need the GitHub CLI and ghapp extension to triage pull request reviews. These dependencies are required to perform authenticated API reads across inline code comments, PR-level review summaries, and issue-level discussions.

What is the best way to aggregate inline code comments and PR review summaries?

The best way to aggregate inline code comments and PR review summaries is to perform an authenticated API sweep across the repository. This identifies and resolves critical logic errors or destructive code paths flagged by bots or humans after a PR is opened.

When should I sweep pull request feedback for state-mutating operations?

You should sweep pull request feedback for state-mutating operations when dealing with material PRs involving core source or concurrency. This ensures all bot and human findings are triaged to prevent P1 bugs from slipping through into production.