pr-comment-resolver

Resolve pull request review comments by fixing source files and replying to threads.

9|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/pantheon-org/tekhne --skill pr-comment-resolver-pantheon-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comment-resolver
Source: https://github.com/pantheon-org/tekhne/tree/main/.tessl/tiles/sahildmk/pr-comment-resolver/skills/pr-comment-resolver
Command: npx skills add https://github.com/pantheon-org/tekhne --skill pr-comment-resolver-pantheon-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of addressing feedback from pull request reviews, ensuring code quality and timely merging.

Core Features & Use Cases

  • Automated Comment Resolution: Critically assesses and acts on reviewer suggestions.
  • Code Fixes & Verification: Modifies source files, regenerates artifacts, and runs linters/formatters.
  • Commit & Reply: Commits changes with appropriate messages and replies to comment threads.
  • Use Case: When a reviewer points out a bug or suggests an improvement in a pull request, this skill can automatically fix the issue, verify the solution, and notify the reviewer.

Quick Start

Use the pr-comment-resolver skill to address all feedback in the current pull request.

Frequently Asked Questions about pr-comment-resolver

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

FAQPage Schema
How do I automatically resolve pull request review comments and fix code?

You can automatically resolve pull request review comments by using a tool that assesses feedback, modifies source files, regenerates artifacts, and replies to comment threads on GitHub. This ensures code quality and timely merging.

Does automated PR feedback resolution work with the GitHub CLI?

Yes, automated PR feedback resolution works with the GitHub CLI because it requires the GitHub CLI to interact with the GitHub API and perform Git version control operations for committing changes.

What is the best way to address reviewer suggestions in a pull request?

The best way to address reviewer suggestions is to critically assess the feedback, fix the identified source code issues, run linters or formatters to verify, and commit changes with appropriate messages to notify the reviewer.

Can I fix bugs and regenerate artifacts automatically during code review?

Yes, you can fix bugs and regenerate artifacts automatically during code review when a tool assesses reviewer feedback, modifies the necessary source files, and applies verification steps before committing the changes.

How do I reply to code review comment threads after committing fixes?

To reply to code review comment threads after committing fixes, the automated process replies directly to the comment threads via the GitHub API, ensuring the reviewer is notified of the applied source code modifications.

Do I need Git installed to automate pull request feedback resolution?

Yes, you need Git installed to automate pull request feedback resolution because the process performs version control operations to commit changes with appropriate messages after fixing source files.