apply-pr-feedback

Apply GitHub pull request review feedback to a branch through a seven-phase process.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill apply-pr-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-pr-feedback
Source: https://github.com/thisisqubika/ai-mast-challenge-promptazo/tree/main/.claude/skills/apply-pr-feedback
Command: npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill apply-pr-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of integrating GitHub PR review feedback into an existing branch without the need for a new PR, streamlining the workflow for developers.

Core Features & Use Cases

  • Apply Review Feedback: Integrates feedback from GitHub PR reviews directly into a branch.
  • Single-Branch Execution: Works with a single branch and PR, supporting both single-repo and multi-repo workspaces.
  • Multi-Phase Workflow: Manages a seven-phase process that includes preflight, context reading, planning, implementation, testing, quality checks, and commit/push operations.

Quick Start

Run the skill by executing the following command: apply-pr-feedback --pr-number 123 --branch feature-branch.

Frequently Asked Questions about apply-pr-feedback

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

FAQPage Schema
How do I apply GitHub PR review feedback directly to a branch?

To apply GitHub PR review feedback directly to a branch, you can execute a seven-phase structured process that integrates code review comments without requiring a new pull request. This streamlines branch integration and development automation.

Can I integrate code review comments without creating a new pull request?

Yes, you can integrate code review comments without creating a new pull request by applying the feedback directly to your existing branch. This solves the challenge of updating code without generating duplicate PRs.

What is the best way to automate applying PR feedback in a multi-repo workspace?

The best way to automate applying PR feedback in a multi-repo workspace is using a single-branch execution process that handles preflight, planning, implementation, and quality checks before committing changes to the git repository.

How do I specify the PR number and branch when applying review feedback?

You specify the PR number and branch when applying review feedback by passing configuration options like `--pr-number 123` and `--branch feature-branch` during execution, allowing the tool to target the exact GitHub pull request.

Does this PR review feedback tool support linking Jira ticket IDs?

Yes, this PR review feedback tool supports linking Jira ticket IDs through advanced configuration options. This allows you to associate the applied code review changes with project tracking metadata during the commit phase.

What phases are involved in applying GitHub pull request feedback?

Applying GitHub pull request feedback involves a multi-phase workflow consisting of preflight, context reading, planning, implementation, testing, quality checks, and commit/push operations to ensure changes are validated before integration.