Review PR feedback

Analyze unresolved GitHub PR review comments and apply code fixes.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/davidkelley/searchlite --skill review-pr-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Review PR feedback
Source: https://github.com/davidkelley/searchlite/tree/main/.codex/skills/review-feedback
Command: npx skills add https://github.com/davidkelley/searchlite --skill review-pr-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates addressing pull request review feedback by analyzing comments, applying fixes, replying with explanations, and resolving threads to streamline code reviews.

Core Features & Use Cases

  • Comment analysis: Reads unresolved review threads, identifies affected files and lines, and categorizes feedback.
  • Automated fixes and replies: Applies code changes, commits with descriptive messages, and posts concise replies detailing what changed and why.
  • Workflow orchestration: After fixes, requests re-review and supports PR workflows across repositories.

Quick Start

Provide the PR number to begin processing. You can pass the PR number as an argument or respond to prompts to specify the target PR.

Frequently Asked Questions about Review PR feedback

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

FAQPage Schema
How do I automate pull request comment analysis and apply fixes directly on GitHub?

Automating pull request comment analysis involves reading unresolved review threads via GraphQL, extracting file path and line context, applying code changes, and committing fixes. This Skill performs that workflow across GitHub repositories to streamline resolution.

What is the best way to resolve unresolved PR review threads automatically?

Resolving unresolved PR review threads automatically requires triaging feedback, editing affected files, and posting replies explaining the changes. This Skill orchestrates that process and requests re-review to complete the code review loop.

Can I use this to reply to GitHub PR comments and request re-review across repositories?

Yes, you can use this to reply to GitHub PR comments and request re-review across repositories. It posts concise replies detailing what changed and why, then triggers re-review workflows after applying fixes.

How do I handle disagreements with code review feedback when automating PR fixes?

Handling disagreements with code review feedback during automated PR fixes is supported through optional user prompts. The Skill allows you to intervene and decide how to address contested comments before committing changes.

What do I need to provide to start automating PR feedback triage?

To start automating PR feedback triage, you need to provide the target PR number. You can pass the PR number as an argument or respond to prompts to specify the pull request you want to process.

Does PR comment automation work for all pull requests in a GitHub repository?

PR comment automation works for pull requests across GitHub repositories by reading unresolved threads and applying fixes. It handles various PR workflows as long as the target PR number is specified.