pr-comments

Triages and resolves PR review comments from humans and bots.

75|6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/mblode/agent-skills --skill pr-comments-mblode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/mblode/agent-skills/tree/main/skills/pr-comments
Command: npx skills add https://github.com/mblode/agent-skills --skill pr-comments-mblode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Triage and resolve PR review comments from humans and bots in a structured workflow to accelerate feedback loops and reduce noise.

Core Features & Use Cases

  • Triage unresolved threads on open PRs, classify findings, and deduplicate noise from bots.
  • Generate a concrete fix plan and support phase-based execution until issues are resolved.
  • Produce concise replies for issue-level comments to acknowledge fixes and progress.

Quick Start

Triage unresolved PR comments and generate a plan for fixes.

Frequently Asked Questions about pr-comments

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

FAQPage Schema
How do I triage unresolved PR review comments from bots and humans?

To triage unresolved PR review comments, you can use an automated workflow that fetches threads via GraphQL and REST APIs, classifies findings from humans and bots, deduplicates noise, and generates a concrete fix plan.

What is the best way to automate GitHub PR comment triage and resolution?

Automating GitHub PR comment triage involves a phase-based workflow that fetches open pull request data, classifies top-level comments and bot findings, plans the necessary fixes, and posts replies to acknowledge progress.

Can I generate a fix plan for bot findings on open pull requests?

Yes, you can generate a fix plan for bot findings by fetching unresolved threads on open PRs, classifying the automated feedback, deduplicating repetitive noise, and creating an execution plan to resolve the identified issues.

Does this workflow support fetching PR data using both GraphQL and REST APIs?

Yes, the workflow supports fetching PR data using both GraphQL and REST APIs to retrieve unresolved threads, bot findings, and top-level PR comments for comprehensive triage and planning.

How do I reduce noise from bot comments during PR review?

To reduce noise from bot comments during PR review, the triage workflow classifies automated findings, deduplicates repetitive bot messages, and isolates actionable human feedback to accelerate the review loop.

What are the limitations of automating PR comment triage?

Automating PR comment triage is limited to unresolved threads, bot findings, and top-level comments on open pull requests, relying on API availability to fetch data, classify feedback, and execute the generated fix plan.