pr-open-comments

Triage and verify pull request review threads against current code state.

8|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/bostonaholic/team --skill pr-open-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-open-comments
Source: https://github.com/bostonaholic/team/tree/main/skills/pr-open-comments
Command: npx skills add https://github.com/bostonaholic/team --skill pr-open-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of manually tracking, verifying, and resolving dozens of scattered pull request review comments, ensuring that feedback is addressed accurately and efficiently.

Core Features & Use Cases

  • Automated Verification: Automatically validates review comments against current code and proves behavioral claims with reproduction tests.
  • Intelligent Triage: Categorizes comments into actionable items, auto-applying fixes for high-confidence recommendations while surfacing ambiguous items for user decision.
  • Use Case: Use this to handle a large backlog of PR feedback by letting the agent auto-apply verified fixes and present a clear, numbered punch list for the remaining items.

Quick Start

Use the pr-open-comments skill to triage all unresolved review threads on the current pull request.

Frequently Asked Questions about pr-open-comments

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

FAQPage Schema
How do I automate pull request review comment triage?

Pull request comment triage works by cross-referencing unresolved threads with the current code state to verify feedback, auto-apply high-confidence fixes, and surface ambiguous items for user decision.

Can I automatically resolve GitHub pull request review threads?

Yes, GitHub pull request review threads can be automatically resolved by categorizing comments into actionable items, applying verified corrections, and proving behavioral claims with reproduction tests.

What is the best way to manage a large backlog of PR feedback?

Managing a large backlog of PR feedback is best handled by an automated agent that validates comments, auto-applies verified fixes, and presents a clear, numbered punch list for remaining ambiguous items.

Do I need GitHub CLI to automate code review fixes?

GitHub CLI integration is required to automate code review fixes, as it fetches the GraphQL data and performs the repository operations required to verify and resolve pull request threads.

How does automated PR feedback verification handle ambiguous review comments?

Automated PR feedback verification handles ambiguous review comments by maintaining strict safety guardrails, auto-applying only high-confidence recommendations, and surfacing unclear items for user decision.

When should I not use automated code correction for pull requests?

Automated code correction for pull requests should be avoided when review comments require subjective interpretation, as the system only auto-applies high-confidence fixes and surfaces ambiguous items for manual review.