update-pr

Apply reviewer feedback to pull requests and update PR comments.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/mitchdowd/skills --skill update-pr-mitchdowd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-pr
Source: https://github.com/mitchdowd/skills/tree/main/update-pr
Command: npx skills add https://github.com/mitchdowd/skills --skill update-pr-mitchdowd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers systematically address pull-request feedback by validating each comment, applying necessary code changes, and responding in-line to ensure PRs reflect requested updates.

Core Features & Use Cases

  • Validate feedback: identify which comments require action and which are not actionable.
  • Apply changes: implement fixes or enhancements across the PR branch and stage updates for review.
  • Communicate decisions: post clear replies describing changes or clarifications to PR comments.
  • Use Case: when a reviewer leaves multiple feedback items, run this skill to address valid items and document rationale for any disputed ones.

Quick Start

Check out the correct branch for the PR, review all feedback, and implement changes with clear PR replies.

Frequently Asked Questions about update-pr

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

FAQPage Schema
How do I automatically apply code review feedback to a pull request?

To automatically apply code review feedback to a pull request, use an automation tool that validates reviewer comments, implements necessary code changes across the branch, and posts context-aware replies directly on the PR.

What is the best way to manage multiple feedback items on a git pull request?

The best way to manage multiple feedback items on a git pull request is to split them into actionable tasks, implement the valid code changes, and document the rationale for any disputed comments directly in the PR.

How do I ensure my PR branch is updated before implementing reviewer changes?

To ensure your PR branch is updated before implementing reviewer changes, verify the correct branch and pull the latest changes before splitting feedback into actionable tasks and applying code modifications.

Can I automatically reply to PR comments while addressing code review feedback?

Yes, you can automatically reply to PR comments while addressing code review feedback by using an automation workflow that posts clear, context-aware replies describing the applied changes or clarifications for each comment.

How do I document outcomes when disputing pull request feedback?

To document outcomes when disputing pull request feedback, post clear inline replies on the PR comment describing the clarification and rationale for why the requested change was not implemented.