source-command-review-pr-comments

Fetch unanswered GitHub Pull Request review comments and post responses.

Updated May 14, 2026
One-click install
npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill source-command-review-pr-comments-chroniicallydiistracted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-review-pr-comments
Source: https://github.com/chroniicallydiistracted/LorcanaChamp/tree/main/references/lorcana-simulator/.agents/skills/source-command-review-pr-comments
Command: npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill source-command-review-pr-comments-chroniicallydiistracted

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams systematically handle GitHub Pull Request review comments by finding unanswered threads, analyzing suggested changes, and posting appropriate responses.

Core Features & Use Cases

  • Review-comment discovery: Lists open PRs, fetches full PR details, and enumerates review comments and discussions.
  • Unanswered comment triage: Filters for unanswered, unresolved, pending change-request, and suggestion-related comments.
  • Sequential response workflow: Processes each unanswered comment one at a time by presenting context, drafting the correct type of response, and optionally implementing suggested changes before responding.

Quick Start

Run the skill to review and respond to migrated PR review comments when a user asks you to execute the source command review-pr-comments.

Frequently Asked Questions about source-command-review-pr-comments

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

FAQPage Schema
How do I triage unanswered GitHub pull request review comments?

Triage unanswered GitHub pull request review comments by listing open PRs, fetching review threads, and filtering for unresolved or pending items. The skill processes each comment sequentially, presenting context to draft the correct response or implement suggested changes.

How does comment triage work for GitHub pull requests?

Comment triage works by fetching full PR details and enumerating review comments to filter unanswered, unresolved, and suggestion-related threads. It applies sequential processing to analyze each unanswered comment with context before posting responses.

Can I automatically respond to code review suggestions on GitHub?

You can respond to code review suggestions by processing each unanswered comment one at a time. The workflow drafts the correct type of response and optionally implements suggested changes before posting them via the GitHub MCP server.

Do I need the GitHub MCP server to respond to pull request comments?

Yes, the GitHub MCP server is required to post responses or implementations. The sequential response workflow relies on it to interact with pull requests, fetch review threads, and submit replies to unanswered comments.

What is the best way to handle unresolved GitHub PR review threads?

The best way to handle unresolved GitHub PR review threads is using a sequential workflow that filters for unanswered and pending change-request comments. This approach analyzes each comment with context, drafts responses, and optionally implements suggestions before posting.

What types of GitHub review comments can be filtered for triage?

GitHub review comments can be filtered for unanswered, unresolved, pending change-request, and suggestion-related items during triage. This filters out resolved threads to focus only on comments requiring timely replies or implementations.