pr-resolve

Triage pull request review comments, apply scoped fixes, and validate resolutions.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mikecubed/agent-orchestration --skill pr-resolve-mikecubed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-resolve
Source: https://github.com/mikecubed/agent-orchestration/tree/main/plugins/flow/skills/pr-resolve
Command: npx skills add https://github.com/mikecubed/agent-orchestration --skill pr-resolve-mikecubed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolves pull request review feedback by applying a disciplined triage process, aligning on actionable fixes, and closing threads with final validation.

Core Features & Use Cases

  • Structured triage: classify each review item by evidence verdict and required action to ensure consistent handling.
  • Role-based workflow: separate implementer and reviewer responsibilities to improve patch quality.
  • Thread lifecycle management: generate replies and perform platform-specific thread resolution to close discussions when appropriate.
  • Validation-driven workflow: perform post-fix checks and produce a durable review-resolution artifact.

Quick Start

Triages the active PR review surface and organizes the first fix batch.

Frequently Asked Questions about pr-resolve

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

FAQPage Schema
How do I triage and resolve pull request review comments efficiently?

Triage and resolve pull request review comments by classifying each item through a structured workflow that gathers context, batches scoped fixes, replies to threads, and performs final validation. It enforces role-based separation between implementer and reviewer responsibilities.

Can I use this to automate resolving GitHub PR review threads?

Yes, this works with GitHub and similar platforms where multiple review threads exist. It handles platform-specific thread resolution by generating replies and closing discussions when appropriate after fixes are applied and validated.

What is the best way to manage a large batch of code review feedback?

Managing a large batch of code review feedback requires a disciplined triage process that classifies each item by evidence verdict and required action. This aligns actionable fixes and closes threads with final post-fix validation checks.

Does the code review triage workflow separate implementer and reviewer roles?

Yes, the code review triage workflow enforces role-based separation of implementer and reviewer responsibilities. This structured approach improves patch quality by ensuring scoped fixes are validated before threads are resolved.

How does final validation work when resolving PR review threads?

Final validation works by performing post-fix checks after scoped fixes are batched and applied. It produces a durable review-resolution artifact that confirms all triaged items meet the required evidence verdict before closing discussion threads.

When should I use a structured workflow for pull request triage?

Use a structured workflow for pull request triage when multiple review threads require consistent handling across platforms. It is necessary when you need to align actionable fixes with evidence verdicts and close discussions with validated post-fix checks.