address-pr-review

Resolve unresolved pull request review comments and commit the fixes.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ian-pascoe/dotfiles-chezmoi --skill address-pr-review-ian-pascoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-review
Source: https://github.com/ian-pascoe/dotfiles-chezmoi/tree/main/dot_agents/skills/address-pr-review
Command: npx skills add https://github.com/ian-pascoe/dotfiles-chezmoi --skill address-pr-review-ian-pascoe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you clear unresolved pull request review comments on the current branch so the branch is ready to merge without lingering feedback.

Core Features & Use Cases

  • Review Comment Triage: Finds unresolved PR review comments, including comments outside the visible diff when needed.
  • Branch Fixup Workflow: Applies the necessary edits, then commits and pushes the changes.
  • Use Case: Use it when a teammate leaves blocking feedback on an open pull request and you need to address every unresolved item quickly.

Quick Start

Ask the assistant to address all unresolved pull request review comments on the current branch and commit and push the fixes.

Frequently Asked Questions about address-pr-review

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

FAQPage Schema
How do I resolve unresolved pull request review comments on my current branch?

To resolve pull request review comments, the Skill identifies all open inline and outside-diff feedback on your current branch, applies the necessary code edits, and commits and pushes the changes to update the PR.

What is the best way to handle blocking code review feedback on GitHub before merging?

Handling blocking code review feedback involves triaging unresolved comments, applying the requested code changes to fix the issues, and pushing the branch updates to clear the review for merge.

Can I use this to fix review comments outside the visible diff in my PR?

Yes, the Skill explicitly handles review comment triage by identifying and resolving unresolved feedback located outside the visible diff, ensuring all open items are addressed before merge.

Does this workflow automatically commit and push code changes after fixing review issues?

Yes, the branch fixup workflow automatically commits and pushes the applied code changes to your remote branch after resolving the identified pull request review comments.

When do I need to use a tool for resolving GitHub PR review comments?

You need an automated review resolution tool when a teammate leaves multiple blocking feedback items on an open pull request and you must address every unresolved issue quickly to make the branch merge-ready.

Why are some unresolved PR comments not showing in the visible branch diff?

Unresolved PR comments can exist outside the visible diff when branching changes alter the diff context, requiring specialized triage to locate and resolve all open review feedback before merging.