git-resolve-pr

Track pull request feedback and generate a PR plan document.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/williamw/agent-skills --skill git-resolve-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-resolve-pr
Source: https://github.com/williamw/agent-skills/tree/main/skills/git-resolve-pr
Command: npx skills add https://github.com/williamw/agent-skills --skill git-resolve-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of resolving pull request feedback by tracking resolution status, author responses, and git diffs for each review comment, making it easier to maintain a clean and up-to-date PR plan document.

Core Features & Use Cases

  • PR Feedback Tracking: Automates the retrieval of review comments and commit history to match them with specific PR sections.
  • Resolution Documentation: Generates a detailed plan document with resolution status, author responses, and git diffs for each comment.
  • Use Case: Ideal for developers who want to ensure that all PR review feedback is addressed and documented efficiently.

Quick Start

Run the git-resolve-pr skill to update the PR plan document with resolution status and git diffs for the current pull request.

Frequently Asked Questions about git-resolve-pr

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

FAQPage Schema
How do I automate pull request feedback resolution tracking in git?

You can automate pull request feedback resolution by running the git-resolve-pr skill to retrieve review comments, match them with git diffs, and generate a PR plan document tracking resolution status and author responses.

What is the best way to document PR review comment resolutions with commit history?

Documenting PR review comment resolutions is best handled by generating a detailed PR plan document that maps commit history and git diffs to specific review comments, ensuring all feedback is addressed and tracked.

Do I need GitHub CLI installed to track PR feedback resolution status?

Yes, you need the GitHub CLI (gh) installed and configured with access to the PR's repository to automate the retrieval of review comments and commit history for resolution tracking.

Can I match git diffs to specific pull request review comments automatically?

Yes, you can match git diffs to specific pull request review comments automatically by running a script that retrieves the commit history and review comments, mapping them to PR sections for resolution tracking.

Why does PR feedback resolution tracking require access to the repository?

PR feedback resolution tracking requires repository access because the process needs to retrieve review comments, author responses, and git diffs directly from the pull request data using the GitHub CLI.

What limitations exist when automating PR plan documentation with git diffs?

Limitations of automating PR plan documentation include the dependency on the GitHub CLI for data retrieval and the requirement for continuous repository access to track resolution status and commit history accurately.