aidd-pr

Triage pull request review comments and delegate unresolved issues to sub-agents.

377|33|Updated Jul 3, 2025
One-click install
npx skills add https://github.com/paralleldrive/aidd --skill aidd-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidd-pr
Source: https://github.com/paralleldrive/aidd/tree/main/ai/skills/aidd-pr
Command: npx skills add https://github.com/paralleldrive/aidd --skill aidd-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing pull request review comments by triaging them, resolving addressed issues, and delegating remaining tasks to sub-agents.

Core Features & Use Cases

  • PR Comment Triage: Automatically identify and resolve addressed comments in PR reviews.
  • Issue Delegation: Generate focused prompts for sub-agents to address remaining issues.
  • Use Case: When reviewing a pull request with numerous comments, use this Skill to quickly resolve addressed comments and delegate the rest to sub-agents for parallel fixes.

Quick Start

Run /aidd-pr [PR URL] to triage comments and generate delegation prompts for the PR.

Frequently Asked Questions about aidd-pr

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

FAQPage Schema
How do I automatically resolve addressed PR review comments on GitHub?

To automatically resolve addressed PR review comments on GitHub, you can use a triage tool that evaluates threads and marks resolved issues. This Skill identifies addressed comments and resolves conversation threads via the GitHub GraphQL API.

How do I delegate unresolved GitHub PR review comments to sub-agents for fixes?

You can delegate unresolved GitHub PR review comments by generating focused prompts that assign specific issues to sub-agents. This triages remaining comments and creates targeted delegation prompts for parallel fixes.

Do I need the gh CLI to triage pull request review comments?

Yes, you need the gh CLI and git installed to triage pull request review comments. This Skill requires these dependencies to retrieve PR metadata and resolve conversations via the GitHub GraphQL API.

What is the best way to manage numerous comments in a GitHub PR review?

The best way to manage numerous comments in a GitHub PR review is to automate the triage process. This Skill quickly identifies addressed comments, resolves them, and delegates remaining issues to sub-agents for parallel execution.

Can I use this Skill to resolve GitHub conversations without manual intervention?

You can resolve GitHub conversations without manual intervention by running the triage command with a PR URL. This Skill automatically evaluates addressed comments and resolves the corresponding conversation threads via GraphQL.