pr-address

Automate GitHub pull request review comment resolution and CI monitoring.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aoxendine3/sovra-core-lighthouse --skill pr-address-aoxendine3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-address
Source: https://github.com/aoxendine3/sovra-core-lighthouse/tree/main/AutoGPT/.claude/skills/pr-address
Command: npx skills add https://github.com/aoxendine3/sovra-core-lighthouse --skill pr-address-aoxendine3

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It facilitates efficient handling of pull request feedback by automating comment resolution and loop management to ensure code changes address all review points before merging.

Core Features & Use Cases

  • Comment Management: Fetches, analyzes, and responds to unresolved GitHub PR review comments and review threads automatically.
  • CI Integration: Monitors continuous integration status to only conclude when all checks pass.
  • Use Case: Streamlines the process of fixing multiple review comments across large repositories, ensuring compliance with review standards before final approval.

Quick Start

Use the script to identify unresolved comments, implement fixes, and automate the approval process upon CI success.

Frequently Asked Questions about pr-address

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

FAQPage Schema
How do I automate resolving GitHub PR review comments?

Automate resolving GitHub PR review comments by fetching unresolved threads, applying code fixes, replying with commit references, and marking threads as resolved using the GitHub API.

Can I monitor CI status and block PR merges until checks pass?

Yes, you can monitor CI status and block PR merges until checks pass by continuously polling continuous integration status via the GitHub API before concluding the review automation process.

Do I need the GitHub CLI installed to automate pull request review fixes?

Yes, you need the GitHub CLI installed to automate pull request review fixes, as the script requires both the gh command-line tool and jq to interact with the GitHub API and parse JSON responses.

What is the best way to manage multiple unresolved review threads across large repositories?

The best way to manage multiple unresolved review threads across large repositories is to run an automation script that fetches, analyzes, and responds to comments while monitoring CI status for compliance.

How does review automation handle commit references for PR comments?

Review automation handles commit references by fetching unresolved PR comments, applying the necessary code fixes, and replying directly to the review threads with the specific commit references that address the feedback.