pr-comment-resolution

Fetch GitHub PR comments, categorize feedback, implement fixes, and push verified updates.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jlaws/dotfiles --skill pr-comment-resolution-jlaws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-resolution
Source: https://github.com/jlaws/dotfiles/tree/main/.agents/skills/workflow/pr-comment-resolution
Command: npx skills add https://github.com/jlaws/dotfiles --skill pr-comment-resolution-jlaws

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically resolve PR reviewer feedback by fetching all comments, categorizing them, implementing fixes, replying inline, and verifying changes before pushing.

Core Features & Use Cases

  • Fetch all PR comments (discussion and inline) and gather context from changed files
  • Categorize feedback into blocking, questions, suggestions, and nitpicks to prioritize work
  • Implement appropriate code changes, reply inline to reviewers, and verify all updates
  • Push changes and re-request review, ensuring a traceable, auditable workflow

Quick Start

Provide a PR number or URL to initiate the workflow and let the skill fetch comments, plan fixes, implement changes, and push updates.

Frequently Asked Questions about pr-comment-resolution

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

FAQPage Schema
How do I automatically fix GitHub PR review comments inline?

Automatically fix GitHub PR review comments by fetching all discussion and inline feedback, categorizing issues, implementing code changes, replying to reviewers inline, and pushing verified updates using gh APIs.

What's the best way to resolve pull request reviewer feedback without manual coding?

Resolve pull request reviewer feedback automatically by categorizing comments into blocking issues, questions, suggestions, and nitpicks, then implementing appropriate code fixes and pushing changes after verification.

Can I categorize and prioritize GitHub PR comments before applying fixes?

Categorize GitHub PR comments by fetching all review feedback and sorting it into blocking, questions, suggestions, and nitpicks to prioritize automated fix implementation and inline replies.

Does this workflow reply to inline code review comments and re-request review?

Reply to inline code review comments and re-request review by pushing verified changes to GitHub, ensuring a traceable, auditable workflow with formal replies to reviewers.

Do I need a specific PR number or URL to start resolving GitHub pull request feedback?

Provide a PR number or URL to initiate the workflow, which then fetches comments, gathers context from changed files, plans fixes, implements changes, and pushes updates automatically.

How does automated PR feedback resolution verify changes before pushing to GitHub?

Automated PR feedback resolution verifies changes by enforcing a fix plan with blocking before merge, running verification steps, and pushing updates only after all fixes pass validation.