github-pr-comment-analysis

Group unresolved GitHub pull request comments into actionable issue sections.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/robertolopezlopez/agent-skills --skill github-pr-comment-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-comment-analysis
Source: https://github.com/robertolopezlopez/agent-skills/tree/main/skills/core/github-pr-comment-analysis
Command: npx skills add https://github.com/robertolopezlopez/agent-skills --skill github-pr-comment-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintainers systematically analyze GitHub pull request comments by separating actionable unresolved feedback from resolved discussions and organizing findings into a durable review artifact.

Core Features & Use Cases

  • Comment Analysis Workflow: Fetch and normalize pull request review context, identify unresolved actionable threads, and group related issues.
  • Artifact-Based Tracking: Maintain grouped comment analysis, proposed solutions, history, and reply status inside a single PR Markdown artifact.
  • Use Case: Use this Skill when reviewing a complex pull request with many reviewer comments and you need a structured plan for addressing outstanding issues.

Quick Start

Use the github-pr-comment-analysis skill to analyze pull request 123 and group all actionable unresolved review comments into the main PR artifact.

Frequently Asked Questions about github-pr-comment-analysis

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

FAQPage Schema
How do I organize unresolved GitHub pull request comments into actionable issues?

This skill analyzes GitHub pull request comments by fetching review context via gh tooling, filtering for unresolved actionable threads, and grouping them into a durable Markdown artifact for tracking.

What is the best way to triage complex pull request review feedback?

Triage pull request feedback by normalizing the review context to distinguish unresolved actionable comments from resolved discussions, then grouping related issues together to plan quick-fixes systematically within a single artifact.

Does this comment analysis workflow require any specific GitHub dependencies?

Yes, this comment analysis workflow requires GitHub context retrieval through gh tooling to fetch and normalize pull request data, and it maintains structured artifact updates with stable issue sections for tracking.

How do I track the resolution status of pull request review comments over time?

Track pull request comment resolution by maintaining a PR Markdown artifact that stores grouped comment analysis, proposed solutions, history, and reply status, ensuring durable review tracking across the workflow.

When should I use a structured artifact for pull request comment analysis?

Use a structured artifact for pull request comment analysis when reviewing complex PRs with many reviewer comments and you need a structured plan for addressing outstanding issues, maintainer triage, and comment resolution tracking.