source-command-review-pull-request

Review unanswered GitHub Pull Request comment threads and apply changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you systematically review GitHub Pull Request comments and ensure unanswered threads are addressed, including questions, suggestions, and code-change requests.

Core Features & Use Cases

  • Enumerate open pull requests in the repository and select one for review.
  • Fetch full PR details including description, changed files, and all review comments/discussions.
  • Identify unanswered comments and process them one at a time by determining their type and taking the appropriate action (respond, implement changes, or provide justification).

Quick Start

Ask to run the migrated source command review-pull-request so the skill lists open PRs and then reviews unanswered review threads sequentially.

Frequently Asked Questions about source-command-review-pull-request

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

FAQPage Schema
How do I automate answering GitHub pull request review comments?

You can automate pull request review comment triage by listing open PRs, fetching comment threads, classifying unanswered feedback, and responding or applying changes sequentially. The skill processes each comment individually to resolve suggestions or provide justification.

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

Triage unresolved GitHub PR review threads by fetching full PR details, identifying unanswered comments, and processing them one at a time to determine their type. It then responds, implements code changes, or provides justification to close pending change requests.

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

Yes, you need the GitHub MCP server configured to list open pull requests, fetch PR details and comment threads, classify unanswered comments, and apply changes. This integration enables the sequential processing of pending change requests.

How does comment triage handle code-change requests versus questions on a pull request?

Comment triage classifies each unanswered PR review comment by type, then takes the appropriate action. It applies code changes for suggestions, answers questions, or provides justification to resolve pending change requests one comment at a time.

Can I use this to run test verification commands after applying PR review changes?

Yes, after implementing changes from PR review comments, the workflow includes running test and verification commands. This ensures that code modifications made to resolve reviewer suggestions are validated before closing the threads.

What are the limitations of automated pull request comment triage?

Automated pull request comment triage processes unanswered threads sequentially one comment at a time and depends on the GitHub MCP server to fetch details. It requires clear reviewer feedback to accurately classify comments and apply appropriate code changes.