handle-pr-review

Automate GitHub Pull Request review comment processing and re-review requests.

3|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/otomatty/zedi --skill handle-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handle-pr-review
Source: https://github.com/otomatty/zedi/tree/main/.cursor/skills/handle-pr-review
Command: npx skills add https://github.com/otomatty/zedi --skill handle-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire process of responding to Pull Request (PR) review comments, from identifying unaddressed feedback to implementing fixes, drafting replies, and requesting re-reviews.

Core Features & Use Cases

  • Automated Comment Triage: Identifies and filters only unaddressed review comments.
  • Intelligent Analysis: Categorizes comments as actionable or non-actionable based on predefined criteria.
  • Automated Fixes & Replies: Implements code changes for actionable comments and drafts responses for user approval.
  • Streamlined Re-review: Manages the process of pushing changes and requesting re-reviews, including handling release branch scenarios.
  • Use Case: After receiving feedback on a PR, you can activate this skill to automatically identify all pending comments, get your approval on which ones to address, have the skill implement the fixes, draft the replies, and then push the changes and request a re-review.

Quick Start

Use the handle-pr-review skill to process all outstanding comments on the current pull request.

Frequently Asked Questions about handle-pr-review

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

FAQPage Schema
How do I automate GitHub pull request review responses?

To automate GitHub pull request review responses, you can use a workflow that identifies unaddressed comments, implements necessary code fixes, drafts replies for your approval, and pushes changes to request a re-review.

What is the best way to handle multiple unaddressed PR review comments?

The best way to handle unaddressed PR review comments is to triage them automatically, categorize the actionable feedback, implement code fixes, and draft responses for user approval before requesting a re-review.

How does automated code review triage work for GitHub PRs?

Automated code review triage works by scanning a GitHub PR to identify pending comments, analyzing their validity based on predefined criteria, and categorizing them as actionable or non-actionable to streamline the response process.

Can I automate code fixes and replies for GitHub pull request feedback?

Yes, you can automate code fixes and replies for GitHub pull request feedback by running a process that implements changes for actionable comments, drafts responses, and requires your approval before pushing the updates.

Does this automated PR review workflow support release branches?

Yes, the automated PR review workflow supports release branches by applying special handling during the re-review request process to ensure changes are managed correctly for release scenarios.

Do I need to manually push code changes after addressing PR review comments?

No, you do not need to manually push code changes after addressing PR review comments; the workflow manages pushing the implemented fixes and requesting a re-review automatically after you approve the drafted replies.