handle-pr-feedback

Fetch GitHub PR review comments, implement requested fixes, and push updates for re-review.

1|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/corticalstack/claude-code-flow --skill handle-pr-feedback-corticalstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handle-pr-feedback
Source: https://github.com/corticalstack/claude-code-flow/tree/main/.claude/skills/handle-pr-feedback
Command: npx skills add https://github.com/corticalstack/claude-code-flow --skill handle-pr-feedback-corticalstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It resolves automated PR review requests by turning review comments into concrete code changes, updating the associated implementation plan, and pushing updates for a re-review.

Core Features & Use Cases

  • Fetch and interpret PR review feedback: Retrieves @claude-code[bot] and @claude-relevant comments (including inline comments) and identifies requested changes by category.
  • Locate and update the implementation plan: Finds the correct plan file tied to the PR and appends a PR Review Updates section with implementation status tracking.
  • Implement, verify, and re-request re-review: Applies the requested changes, runs relevant checks/tests, commits, pushes to the PR branch, and requests a new review.

Quick Start

Use the handle-pr-feedback skill to process PR #42 and automatically implement the requested changes while re-requesting review.

Frequently Asked Questions about handle-pr-feedback

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

FAQPage Schema
How do I automatically fix code review feedback on a GitHub pull request?

This Skill retrieves review comments and inline notes from GitHub pull requests with CHANGES_REQUESTED state, interprets requested fixes, updates the linked implementation plan, and pushes verified commits to re-request review.

What's the best way to update an implementation plan after addressing PR review comments?

The process locates the correct plan file tied to the PR and appends a PR Review Updates section with implementation status tracking for each requested change.

Do I need the gh CLI to process pull request review feedback and re-request a review?

Yes, gh CLI access is required to fetch GitHub review comments, push commits to the PR branch, and comment to re-request review on the existing PR branch.

Can I use this to handle changes requested on an existing PR branch without opening a new pull request?

Yes, this Skill handles GitHub pull requests in the CHANGES_REQUESTED state by applying deterministic code updates and verification directly on the existing PR branch before re-requesting review.

Why does my automated PR feedback fix need explicit change tracking and test execution?

Explicit change tracking and test execution are required to verify deterministic code updates against the implementation plan and ensure requested fixes pass relevant checks before pushing a commit to re-request review.