review-pr-comments

Resolve unanswered GitHub pull request review threads sequentially with verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the back-and-forth of PR review by systematically identifying unanswered or unresolved review comments and turning them into completed updates with verification.

Core Features & Use Cases

  • Thread-by-thread processing: Handles each review comment thread sequentially to avoid conflicting changes.
  • Context-first responses: Reads full PR and review context (files changed, thread state, existing replies) before taking action.
  • Actionable resolution workflow: Implements minimal required code updates for concrete suggestions, answers questions clearly, and responds with rationale for discussions.
  • Post-change verification: Runs repository verification checks (tests, type checks, lint) to ensure changes are valid.

Quick Start

Ask the agent to review and resolve the review threads for a specific pull request, then confirm the PR number and proceed.

Frequently Asked Questions about review-pr-comments

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

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

To resolve GitHub pull request review comments, the Skill processes unresolved threads sequentially, gathers full PR context, applies minimal code fixes, answers questions, and runs verification checks like tests and linting.

How do I automate code review thread resolution across changed files?

Automating code review thread resolution involves selecting a target PR and handling each comment thread one by one to avoid conflicting changes, ensuring repository-standard compliance across all changed files.

What is the best way to answer PR review feedback and verify code changes?

The best way to answer PR review feedback is to read full thread context first, implement minimal required code updates for concrete suggestions, and verify validity using test, type-check, and lint commands.

Can I process multiple unresolved PR comment threads sequentially?

Yes, you can process multiple unresolved PR comment threads sequentially. The Skill handles each thread one by one, reading existing replies and thread state to ensure context-first responses and avoid conflicting updates.

Does PR review automation work with existing linting and type-check commands?

Yes, PR review automation works with existing linting and type-check commands by running repository verification checks post-change to ensure all code updates applied during thread resolution are valid.