address-pr-feedback

Address pull request review comments one by one into code fixes.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/mujtaba3B/gstack-extensions --skill address-pr-feedback-mujtaba3b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-feedback
Source: https://github.com/mujtaba3B/gstack-extensions/tree/main/eng/skills/address-pr-feedback
Command: npx skills add https://github.com/mujtaba3B/gstack-extensions --skill address-pr-feedback-mujtaba3b

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you work through pull request review feedback without losing track of what to fix, what to question, and what to learn for next time.

Core Features & Use Cases

  • Comment Triage: Separates actionable human feedback from bots, pleasantries, resolved threads, and outdated comments.
  • One-at-a-Time Workflow: Handles each review comment individually so you can decide whether to apply a fix, reply with pushback, ask for clarification, or skip.
  • Tooling Hardening: Captures recurring mistakes and suggests updates to repo guidance or gstack skills so the same issue is prevented in future PRs.
  • Use Case: A reviewer flags a bug, questions a design choice, and suggests a missing test; this Skill helps you address each point deliberately and preserve the lesson.

Quick Start

Use the address-pr-feedback skill to review this pull request’s comments and help me fix them one by one.

Frequently Asked Questions about address-pr-feedback

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

FAQPage Schema
How do I address pull request review comments systematically?

To address pull request review comments, triage actionable feedback from bots and resolved threads, then handle each comment one at a time to apply fixes, push back, or ask for clarification.

Can I use GitHub CLI to triage and fix PR review feedback?

Yes, addressing PR review feedback requires GitHub CLI access to fetch comments. You can then separate human feedback from bots and apply precise code patches directly to your pull requests.

What is the best way to track recurring bugs found during code review?

Tracking recurring bugs found during code review involves capturing lessons from feedback and suggesting updates to repo guidance, preventing the same mistakes in future pull requests.

How do you separate actionable review comments from outdated threads on a pull request?

Separating actionable review comments requires disciplined comment triage, skipping resolved or outdated threads and pleasantries, to focus only on active human or bot feedback requiring a fix.

Does addressing PR feedback step by step help prevent repeat mistakes?

Yes, addressing PR feedback step by step includes durable lesson capture, turning review comments into documented updates for repo guidance or tooling to prevent repeat coding mistakes.

What should I do when a reviewer questions a design choice in a pull request?

When a reviewer questions a design choice in a pull request, handle the comment individually to decide whether to apply a fix, reply with pushback, or ask for clarification.