address-pr

Fetch pull request review comments, plan fixes, and push validated changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Fetch PR review comments, categorize feedback, implement fixes, and push.

Core Features & Use Cases

  • Feedback aggregation: Collects reviews, inline comments, and bot notes to form a consolidated fix plan.
  • Automated fixes & validation: Applies approved changes, runs targeted tests, and verifies checks pass before pushing.
  • Use Case: When a PR receives multiple reviewer comments across files, the skill generates a fix plan, implements changes, and updates the PR with the results.

Quick Start

Run the address-pr workflow to automatically fetch reviews, craft fixes, and push changes to the PR branch.

Frequently Asked Questions about address-pr

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

FAQPage Schema
How do I automate fixing pull request review comments?

Automating pull request review fixes involves fetching inline comments, categorizing feedback, planning code changes, and pushing updates. This skill aggregates reviews and bot notes to generate a fix plan, applies changes, runs tests, and pushes commits to the PR branch.

What is the best way to handle multiple inline PR review comments across files?

Handling multiple inline PR review comments requires consolidating feedback into a single action plan. This skill collects reviews, inline comments, and bot notes, implements the approved fixes, runs targeted tests, and verifies checks pass before pushing.

How does automated PR feedback handling work with bot reviews?

Automated PR feedback handling works by reading actual feedback from bot reviews and human comments, then categorizing it. This skill uses the pr-review blueprint to fetch comments, craft a fix plan, implement changes, and validate them through testing before pushing.

Does the PR fix workflow require running tests before pushing changes?

Yes, the PR fix workflow requires running targeted tests after applying fixes. This skill enforces test validation to verify checks pass before committing and pushing changes through the standard PR workflow.

Can I use automated code fixes for formal PR approvals?

Yes, automated code fixes are applicable during formal PR approvals, inline comments, and bot reviews. The skill fetches the review feedback, plans fixes, implements changes, validates with tests, and pushes updates to the existing PR branch.