pr-review-handler

Automates sorting, responding to, and committing fixes for PR review comments.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/onejaejae/skills --skill pr-review-handler-onejaejae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-handler
Source: https://github.com/onejaejae/skills/tree/main/user-scope-skills/pr-review-handler
Command: npx skills add https://github.com/onejaejae/skills --skill pr-review-handler-onejaejae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of handling PR review comments, ensuring that feedback is systematically addressed, discussed, or skipped, and that replies with commit links are automatically generated.

Core Features & Use Cases

  • Automated Comment Triage: Automatically identifies resolved or outdated comments to skip.
  • Categorization: Classifies remaining comments as ACCEPT (needs code change) or DISCUSS (needs user input).
  • Guided Code Modification: Suggests and applies code changes for ACCEPT comments, creating individual commits.
  • Automated Reply: Adds a reply to the reviewed thread with a link to the commit that addresses the comment.
  • Use Case: When a PR has numerous review comments, this Skill helps developers efficiently manage them by automating the initial sorting, suggesting fixes, and documenting the resolution.

Quick Start

Ask Claude to process the review comments for PR number 26.

Frequently Asked Questions about pr-review-handler

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

FAQPage Schema
How do I automate processing GitHub pull request review comments?

Automating GitHub pull request review comments involves fetching threads, filtering resolved or outdated comments, categorizing remaining feedback, and generating commit replies. This Skill uses bash scripts to interact with GitHub APIs to manage that workflow automatically.

What is the best way to triage unresolved PR review feedback in GitHub?

Triageing PR review feedback requires categorizing comments into actionable groups. This Skill automatically classifies remaining comments as ACCEPT for needed code changes or DISCUSS for items needing user input, filtering out resolved or outdated threads.

Can I automatically generate commits for accepted code review feedback?

Automatically generating commits for accepted code review feedback is supported. The Skill suggests and applies code modifications for ACCEPT comments, creating individual commits and replying to GitHub threads with links to those commits.

Do I need specific GitHub API permissions to manage PR review threads automatically?

Managing PR review threads automatically requires GitHub API access via bash scripts to fetch review data and post replies. You need appropriate repository permissions to read pull request comments and add replies to review threads.

How does automated comment filtering handle outdated or resolved PR feedback?

Automated comment filtering skips resolved or outdated PR feedback by fetching review threads and identifying their status. The Skill processes only remaining active comments, ensuring developers focus on feedback that still requires action.