resolve-pr-comments

Community

Reply to PR review comments in parallel.

Authorcodekiln
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Orchestrate replying to multiple GitHub PR review comments in parallel. Use when the user wants to reply to multiple PR review comments or resolve all unresolved comments on a PR.

Core Features & Use Cases

  • Fetch & filter: Retrieve all PR review comments and optionally filter for unresolved ones.
  • Parallel replies: Spawn multiple parallel subagents to craft and post replies.
  • Consolidated reporting: Aggregate results and present a clear success/failure summary.

Quick Start

Before using, ensure gh CLI is authenticated and you know which PR to operate on. Then fetch comments and prepare replies. A typical flow:

  • Identify the PR number
  • Fetch all review comments (with --paginate)
  • Decide which comments to reply to (all, unresolved, or specific IDs)
  • Spawn parallel subagents to post replies
  • Collect and report results

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: resolve-pr-comments
Download link: https://github.com/codekiln/langstar/archive/main.zip#resolve-pr-comments

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository