pr-address-feedback

Create fixup commits for pull request review feedback and post responses.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adrianschmidt/workspace-config --skill pr-address-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-address-feedback
Source: https://github.com/adrianschmidt/workspace-config/tree/main/claude/skills/pr-address-feedback
Command: npx skills add https://github.com/adrianschmidt/workspace-config --skill pr-address-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing review feedback on pull requests, ensuring that changes are made systematically and are easily traceable.

Core Features & Use Cases

  • Systematic Feedback Handling: Guides you through checking prerequisites, reading comments, and addressing feedback one issue at a time.
  • Fixup Commit Generation: Facilitates the creation of specific 'fixup' commits for each piece of feedback, maintaining a clear review history.
  • Automated Response Posting: Helps in responding to reviewers by indicating which feedback has been addressed with specific commit hashes.
  • Use Case: After a code review, you receive several comments on your pull request. This Skill helps you create separate commits for each fix, push them, and then notify the reviewers that their feedback has been addressed.

Quick Start

Use the pr-address-feedback skill to address the latest review comments on your current pull request.

Frequently Asked Questions about pr-address-feedback

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

FAQPage Schema
How do I address GitHub pull request review feedback systematically?

To address pull request review feedback systematically, this Skill reads comments via GitHub CLI and guides you through creating granular fixup commits for each issue, ensuring changes are easily traceable and maintaining a clear review history.

What is the best way to reply to code review comments with fixup commits?

The best way to reply to code review comments with fixup commits is by creating separate commits for each piece of feedback, pushing them, and using this Skill to post automated responses containing the specific commit hashes to reviewers.

Does addressing PR feedback with this workflow automatically squash my commits?

No, addressing PR feedback with this workflow does not automatically squash commits. It strictly enforces the use of separate fixup commits to maintain review clarity and avoid automatic squashing, leaving the history intact for reviewers.

How do I use the GitHub CLI to read and resolve PR comments one by one?

To use the GitHub CLI to read and resolve PR comments one by one, this Skill performs prerequisite checks, reads the latest review comments, and helps you address feedback individually by generating specific fixup commits for each issue.

Can I notify reviewers that their pull request feedback has been addressed?

Yes, you can notify reviewers that their pull request feedback has been addressed. This Skill helps post automated responses directly on GitHub, indicating exactly which feedback was resolved using specific commit hashes for clear traceability.