resolve-pr-parallel

Resolve unresolved pull request review threads with parallel agents.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/CuriousCrow123/godot-compound --skill resolve-pr-parallel-curiouscrow123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-parallel
Source: https://github.com/CuriousCrow123/godot-compound/tree/main/skills/resolve-pr-parallel
Command: npx skills add https://github.com/CuriousCrow123/godot-compound --skill resolve-pr-parallel-curiouscrow123

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Resolve unresolved PR review threads by spawning parallel agents for each thread, accelerating feedback cycles and reducing manual coordination.

Core Features & Use Cases

  • Detects unresolved, non-outdated review threads and surfaces actionable items.
  • Spawns a dedicated resolver agent per thread to run in parallel, enabling scalable PR cleanup.
  • Includes fallbacks to GitHub CLI / GraphQL queries when direct APIs are unavailable, and a final verification pass.
  • Automates commit, resolution, and push steps to close threads and maintain history.

Quick Start

Provide the PR number to start resolving all unresolved review threads in parallel.

Frequently Asked Questions about resolve-pr-parallel

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

FAQPage Schema
How do I resolve unresolved pull request review threads in parallel?

Resolve unresolved pull request comments by spawning a dedicated resolver agent for each thread to run in parallel. This parallel processing approach automates per-thread resolution to accelerate PR cleanup and reduce manual coordination.

Can I automate resolving GitHub PR comments without manual intervention?

Automate resolving GitHub PR comments end-to-end from analysis to verification and push. The automation detects unresolved, non-outdated review threads, applies fixes across parallel agents, commits changes, and pushes to close threads automatically.

Do I need GitHub CLI and jq to run parallel PR comment resolution?

Yes, GitHub CLI and jq are required dependencies for parallel PR comment resolution. The Skill implements fallbacks to GitHub CLI and GraphQL queries when direct APIs are unavailable to fetch and resolve review threads.

How does parallel processing handle multiple PR review threads requiring edits?

Parallel processing handles multiple PR review threads by spawning a dedicated resolver agent per thread. Each agent independently addresses edits, questions, or style fixes, enabling scalable PR cleanup across all actionable unresolved threads simultaneously.

What's the best way to speed up pull request review cycles with many comments?

Speed up pull request review cycles by parallelizing per-thread resolution across multiple comments. Spawning parallel agents for each unresolved thread accelerates feedback loops and reduces manual coordination compared to sequential handling.