resolve-review

Classify GitHub PR review comments by priority and propose code changes.

5|7|Updated Jul 21, 2014
One-click install
npx skills add https://github.com/lucidash/dotfiles --skill resolve-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-review
Source: https://github.com/lucidash/dotfiles/tree/main/claude/skills/resolve-review
Command: npx skills add https://github.com/lucidash/dotfiles --skill resolve-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the interpretation and handling of PR review comments, enabling teams to address feedback consistently and close reviews faster.

Core Features & Use Cases

  • Classifies review comments by priority and proposes precise code changes or actions.
  • Supports Batch mode for bulk processing and Interactive mode for per-comment review.
  • Retrieves PR data and threads via gh CLI/GraphQL, and suggests or applies updates with audit trail.

Quick Start

Run the skill in batch mode to process all review comments, or switch to interactive mode for per-comment review. Example: /resolve-review or /resolve-review -i 123.

Frequently Asked Questions about resolve-review

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

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

Automate resolving GitHub PR review comments by interpreting feedback intent, classifying priorities, and applying code changes. This skill processes PR threads via the gh CLI and GraphQL API to suggest or apply patch proposals.

What is the difference between batch and interactive PR review handling?

Batch PR review handling processes all review comments for bulk resolution, while interactive mode allows per-comment review and action. Both modes classify comment intent and propose precise code changes with an audit trail.

Do I need the gh CLI to process PR review comments and propose patches?

Yes, resolving PR review comments requires access to the gh CLI and GraphQL API to read PR threads. The skill retrieves GitHub pull request data through these interfaces to detect comment intent and generate patch proposals.

How do I classify the priority of GitHub PR review feedback automatically?

Classify GitHub PR review feedback priority automatically by detecting comment intent from PR threads. The skill reads review comments, assigns priority levels, and provides actionable patch proposals or resolution steps.

Can I apply code changes in bulk from multiple PR review comments?

Yes, you can apply code changes in bulk from multiple PR review comments using batch mode. The skill interprets feedback intent across all threads and applies the proposed patches consistently to close reviews faster.

What are the limitations of automating pull request review resolution?

Automating pull request review resolution relies on the gh CLI and GraphQL API, requiring proper GitHub repository access. Complex or ambiguous review comments may require interactive mode for accurate intent detection and manual patch verification.