github-pr-feedback-address

Analyze GitHub PR review comments, apply fixes, commit, push, and reply with updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Addresses GitHub PR feedback by automatically analyzing review comments, applying fixes, and replying with updates.

Core Features & Use Cases

  • Identify the current PR from a URL or branch, collect unresolved feedback, implement fixes, commit, push, and reply to feedback.
  • Generate a concise PR update summary and adjust labels for re-review.

Quick Start

Try giving a PR URL to have the skill locate the PR, apply fixes, commit, push, and post a summary.

Frequently Asked Questions about github-pr-feedback-address

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

FAQPage Schema
How do I automate fixing GitHub PR review comments and replying to feedback?

You can automate GitHub PR feedback by providing a PR URL or branch so the tool can identify unresolved review comments, apply fixes, commit, push, and post a summary to the review thread.

Can I use a branch name instead of a URL to resolve GitHub PR feedback?

Yes, the skill can identify the current PR from either a URL or a branch name, then collect unresolved feedback and apply fixes across branches before pushing the changes.

What is the process for applying fixes to GitHub PR review comments automatically?

The process analyzes review comments, implements fixes, verifies changes via minimal tests, validates diffs, commits, pushes, and replies with a concise update summary on the PR thread.

Does the automated PR feedback tool run tests before pushing code changes?

Yes, the tool verifies changes via minimal tests and validates diffs before pushing, ensuring that automated fixes to GitHub PR review comments do not break existing functionality.

How does the tool handle PR labels after addressing GitHub review feedback?

After applying fixes and pushing changes, the tool adjusts PR labels for re-review and posts a concise update summary to the review thread so reviewers know feedback has been addressed.

What are the limitations of automating GitHub PR feedback resolution?

The tool addresses unresolved review comments by applying automated fixes and minimal tests, but complex or ambiguous feedback may still require manual review and custom code adjustments before pushing.