address-feedback

Resolve unresolved GitHub pull request review comments on the current branch.

19.2k|2.5k|Updated Jun 21, 2024
One-click install
npx skills add https://github.com/pydantic/pydantic-ai --skill address-feedback-pydantic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-feedback
Source: https://github.com/pydantic/pydantic-ai/tree/main/.claude/skills/address-feedback
Command: npx skills add https://github.com/pydantic/pydantic-ai --skill address-feedback-pydantic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you systematically find unresolved pull request review comments, understand the surrounding discussion, and turn review feedback into concrete code changes without losing context.

Core Features & Use Cases

  • Review Comment Triage: Collects unresolved PR-level and inline comments, then skips outdated or already-resolved threads.
  • Context-Aware Fixes: Reads the full thread so you can respect maintainer guidance, challenge suggestions when needed, or ask the user before making uncertain changes.
  • Post-Approval Cleanup: Summarizes the changes made, then helps reply to comments and resolve threads after the user approves the updates.
  • Use Case: A maintainer leaves several review notes on your branch, and you want to address each one carefully, explain the outcome, and close the loop cleanly.

Quick Start

Use the address-feedback skill to inspect the current branch’s pull request review comments, apply the necessary fixes, and prepare a concise summary for my approval.

Frequently Asked Questions about address-feedback

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

FAQPage Schema
How do I resolve unresolved pull request review comments on my current branch?

To resolve unresolved pull request review comments, the Skill triages PR-level and inline comments on your current branch, skips outdated threads, and reads the full discussion context to apply code fixes before posting replies.

What is the best way to triage GitHub pull request review threads?

Triage GitHub pull request review threads by collecting unresolved comments and automatically skipping outdated or already-resolved threads, ensuring you only address active maintainer feedback requiring code updates.

How do I reply to GitHub PR comments and close review threads after fixing code?

Reply to GitHub PR comments and close review threads by summarizing applied code changes, presenting them for approval, and using the gh API to post replies and resolve threads after approval.

Do I need gh API access to address GitHub PR review feedback?

Yes, you need gh API access to address GitHub PR review feedback, as it is required to read thread context, triage maintainer feedback, post replies, and resolve review threads programmatically.

Why does my PR review thread show as outdated instead of unresolved?

A PR review thread shows as outdated instead of unresolved when the code it refers to has changed. The Skill identifies and skips outdated threads to focus only on active feedback requiring updates.