flow-next-resolve-pr

Fetch unresolved PR threads, triage them, and dispatch resolver agents via GraphQL.

674|52|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/gmickel/flow-next --skill flow-next-resolve-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-resolve-pr
Source: https://github.com/gmickel/flow-next/tree/main/plugins/flow-next/codex/skills/flow-next-resolve-pr
Command: npx skills add https://github.com/gmickel/flow-next --skill flow-next-resolve-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Resolve PR feedback by fetching unresolved threads, triaging or routing tasks, and dispatching per-thread resolver agents for validation and resolution.

Core Features & Use Cases

  • End-to-end PR feedback handling: fetch threads, triage, dispatch per-thread resolvers, validate, commit, and reply to close feedback loops.
  • Cross-platform orchestration: supports Claude Code (parallel), Codex/Droid (serial), and unified GraphQL workflows.
  • Optional cluster analysis to surface recurring themes and guide holistic fixes.

Quick Start

Provide a PR number or URL to initiate the flow and let Flow-Next resolve all feedback automatically.

Frequently Asked Questions about flow-next-resolve-pr

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

FAQPage Schema
How do I automate GitHub PR feedback resolution end-to-end?

Automate GitHub PR feedback resolution by fetching unresolved threads, triaging them, and dispatching per-thread resolver agents for validation, commits, and GraphQL replies. Provide a PR number or URL to trigger the automated workflow.

Does this PR resolver workflow support parallel code review processing?

This PR resolver workflow supports cross-platform orchestration, including parallel processing via Claude Code and serial processing via Codex or Droid. It coordinates multiple resolver agents to handle unresolved conversation threads concurrently.

How does triaging unresolved PR threads work before dispatching resolver agents?

Triage unresolved PR threads by routing tasks to per-thread resolver agents for validation and resolution. The workflow fetches unresolved conversations, categorizes them, and dispatches agents to handle commits and GraphQL replies, optionally performing cluster analysis for recurring themes.

Do I need GitHub CLI and jq installed to automate PR conversation handling?

Yes, you need GitHub CLI (gh) and jq installed to automate PR conversation handling. The workflow relies on gh for repository interactions and jq for JSON processing to parse thread data and orchestrate GraphQL commits and replies.

Can I use this automated PR resolver with multiple development platforms?

Yes, you can use this automated PR resolver across multiple platforms. It supports Claude Code for parallel execution, Codex and Droid for serial execution, and utilizes unified GraphQL workflows to orchestrate PR conversations end-to-end.

What is the best way to close feedback loops on unresolved GitHub PR review comments?

The best way to close feedback loops on unresolved GitHub PR review comments is to dispatch per-thread resolver agents that validate, commit, and reply via GraphQL. This orchestrates PR conversations end-to-end, optionally using cluster analysis to guide holistic fixes.