pr-review-comments

Triage GitHub PR review threads and apply targeted fixes with commits.

25|7|Updated Mar 4, 2019
One-click install
npx skills add https://github.com/smart-swimmingpool/pool-controller --skill pr-review-comments-smart-swimmingpool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-comments
Source: https://github.com/smart-swimmingpool/pool-controller/tree/main/.opencode/skills/pr-review-comments
Command: npx skills add https://github.com/smart-swimmingpool/pool-controller --skill pr-review-comments-smart-swimmingpool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews can stall work and miss details; this Skill automates triage of review threads, directing each comment to a precise fix path or escalation, reducing manual overhead.

Core Features & Use Cases

  • Automated triage of unresolved review threads into fixable or conceptual items for faster resolution.
  • One focused commit per review comment with a reply and thread resolution, improving traceability.
  • OpenSpec + GitHub issue escalation for complex concerns, keeping discussions organized and actionable.

Quick Start

Triage open PR review comments, apply focused fixes per comment, and close threads with summaries or escalate larger items via OpenSpec and GitHub issues.

Frequently Asked Questions about pr-review-comments

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

FAQPage Schema
How do I automate GitHub PR review comment triage and fixes?

Automate GitHub PR review comment triage by categorizing unresolved threads into fixable or conceptual items, then applying targeted fixes with a dedicated commit and thread reply for each resolved comment.

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

Resolving unresolved PR review threads in bulk is handled by triaging each comment, applying a focused fix per commit, and closing the thread with a summary or escalating it via OpenSpec and GitHub issues.

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

You need the gh CLI to automate pull request review fixes, as it requires standard GitHub PR workflows to perform commits, apply targeted fixes, and reply to review threads directly.

Does automated PR review triage work with both human and Codex reviews?

Automated PR review triage works with both Codex and human reviews on open pull requests, ensuring every unresolved comment receives a dedicated fix commit or an escalation to a GitHub issue.

How are complex conceptual PR comments handled during automated triage?

Complex conceptual PR comments are handled during automated triage by deferring them to OpenSpec and creating a GitHub issue, keeping the discussion organized while the thread is updated and closed.

Can I run automated PR review fixes with uncommitted changes in my working tree?

Automated PR review fixes require a clean working tree to operate, ensuring that each review comment is addressed with a dedicated commit without conflicting with existing local file changes.