get-pr-comments-and-fix

Triage unresolved PR review comments and apply fixes with commits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/seanwachs/cursor-skills --skill get-pr-comments-and-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-pr-comments-and-fix
Source: https://github.com/seanwachs/cursor-skills/tree/main/.agents/skills/get-pr-comments-and-fix
Command: npx skills add https://github.com/seanwachs/cursor-skills --skill get-pr-comments-and-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage unresolved PR review comments and address issues by fixing code, dismissing false findings, and surfacing items for human review when needed.

Core Features & Use Cases

  • Triage unresolved PR comments into exactly one of: Fixable, False finding, or Uncertain.
  • Read affected files, verify changes, and prepare commits with traceable messages.
  • Post concise PR replies where appropriate and present a final summary for human review.

Quick Start

Run get-pr-comments-and-fix on the current PR to triage unresolved comments and apply approved fixes.

Frequently Asked Questions about get-pr-comments-and-fix

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

FAQPage Schema
How do I automatically fix code based on unresolved PR review comments?

You can automatically fix code from unresolved PR review comments by triaging feedback into Fixable, False finding, or Uncertain categories, applying code changes to affected files, and creating traceable commits with targeted PR replies.

What is the best way to triage multiple unresolved pull request threads?

Triage unresolved pull request threads by fetching comments, reading code state and history, classifying issues, executing fixes with well-structured commit messages, and presenting a final summary for human review.

Can I automate PR replies and code fixes without manual intervention?

Automating PR replies and code fixes fetches unresolved comments, applies approved fixes to the codebase, posts concise PR replies where appropriate, and escalates uncertain items for human review.

How do I dismiss false findings in GitHub pull request reviews?

Dismiss false findings in pull request reviews by classifying unresolved comments as False finding, skipping code modifications for those threads, and posting targeted PR replies to address the feedback.

Does automated PR comment triage work across multiple unresolved threads?

Automated PR comment triage works across multiple unresolved threads by reading affected files, verifying changes, preparing commits with traceable messages, and summarizing all classified items for final review.

When should I escalate PR review comments instead of applying automated fixes?

Escalate PR review comments instead of applying automated fixes when issues are classified as Uncertain, surfacing those items for human review while still resolving Fixable and False finding threads automatically.