pr-review-sweep

Detect unaddressed review comments on merged PRs and open follow-up PRs.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/TechNickAI/hermes-config --skill pr-review-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-sweep
Source: https://github.com/TechNickAI/hermes-config/tree/main/skills/pr-review-sweep
Command: npx skills add https://github.com/TechNickAI/hermes-config --skill pr-review-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nightly sweep of recently-merged PRs to address unhandled review comments via a Claude Code sub-agent.

Core Features & Use Cases

  • Discovers merged PRs within a lookback window and identifies comments without author engagement.
  • Spawns Claude Code sub-agents to craft fixes and open follow-up PRs with appropriate labels.
  • Sends a daily summary to a designated channel for visibility.

Quick Start

Schedule and run the cron named pr-review-sweep to perform a nightly PR review sweep.

Frequently Asked Questions about pr-review-sweep

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

FAQPage Schema
How do I automate fixes for unaddressed code review comments on merged GitHub PRs?

Automated PR review sweeps detect unaddressed comments on merged GitHub PRs and trigger Claude Code sub-agents to generate follow-up PRs with fixes. A nightly cron scan handles this across configured organizations.

What is a nightly PR review sweep and how does it handle unaddressed comments?

A nightly PR review sweep scans recently merged PRs within a lookback window to identify review comments lacking author engagement, then spawns Claude Code sub-agents to craft fixes and open follow-up PRs.

How do I schedule an automated GitHub PR review sweep with Claude Code?

Scheduling an automated GitHub PR review sweep requires configuring a cron job named pr-review-sweep to run nightly, scanning merged PRs and triggering Claude Code sub-agents for unaddressed comments.

Do I need a specific Claude Code plugin to address PR comments automatically?

Addressing PR comments automatically requires a Claude Code plugin equipped with an address-pr-comments skill to perform the fixes, along with proper environment configuration for the cron job.

Can I get a daily summary of follow-up PRs generated from unaddressed review comments?

The nightly PR review sweep sends a daily summary to a designated channel, providing visibility into merged PRs with unaddressed comments and the follow-up PRs generated by the Claude Code sub-agents.

What are the limitations of using a nightly sweep for unaddressed GitHub PR comments?

Limitations include dependency on cron scheduling and proper environment configuration, restricting scans to a lookback window of merged PRs, and requiring a specific Claude Code plugin to perform the fixes.