pr-comments-address

Triage GitHub pull request comments and draft replies via gh CLI.

3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ravnhq/typescript-blueprint --skill pr-comments-address
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments-address
Source: https://github.com/ravnhq/typescript-blueprint/tree/main/.agents/skills/pr-comments-address
Command: npx skills add https://github.com/ravnhq/typescript-blueprint --skill pr-comments-address

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically triages open GitHub PR comments by reading them, classifying into clear fixes, ambiguous items, and discussion-only notes, and prepares actionable changes and replies to accelerate code review.

Core Features & Use Cases

  • Auto-fetch unresolved PR comments from the target PR via GitHub CLI.
  • Categorize comments into clear fixes, ambiguous items, and discussion-only notes, then propose a plan and apply non-destructive code changes.
  • Draft concise, professional reply messages for each comment and batch-post them to relevant threads.

Quick Start

Provide a PR number or URL to begin triaging comments and generating fixes and replies.

Frequently Asked Questions about pr-comments-address

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

FAQPage Schema
How do I automatically triage and reply to GitHub pull request comments?

This Skill automatically triages GitHub pull request comments by retrieving unresolved feedback via the gh CLI, categorizing items into clear fixes or discussion notes, and drafting professional replies to batch-post across relevant PR threads.

Can I automatically fix code review issues found in PR comments?

Yes, this Skill applies non-destructive code changes to clear fixes identified during PR comment triage, allowing you to automatically resolve code review issues while leaving ambiguous items for manual review.

Does the PR comment triage workflow require the GitHub CLI?

Yes, this Skill implements PR inspection and comment retrieval directly via the gh CLI, requiring the GitHub CLI to fetch unresolved pull request threads and categorize them for automated fixes.

How are unresolved PR comments categorized during automated code review?

Unresolved PR comments are categorized into clear fixes, ambiguous items, and discussion-only notes, enabling the workflow to apply non-destructive code changes to clear fixes and draft replies for ambiguous or discussion threads.

What happens to ambiguous or discussion-only GitHub PR comments?

Ambiguous and discussion-only PR comments bypass automated code changes; the workflow drafts professional reply messages for these items and batch-posts them to relevant threads to facilitate further developer discussion.

Are there safety checks to prevent destructive changes when fixing pull request comments?

Yes, the workflow implements safety checks to avoid destructive changes, ensuring only non-destructive code modifications are applied to clear fixes while ambiguous and discussion-only PR comments remain untouched.