pull-request-review

Gather pull request comments and generate a structured implementation plan.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill pull-request-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-request-review
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa/skills/pull-request-review
Command: npx skills add https://github.com/CodySwannGT/lisa --skill pull-request-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of identifying, summarizing, and planning the implementation of code review feedback on pull requests, saving developers significant time and ensuring thoroughness.

Core Features & Use Cases

  • Automated Feedback Aggregation: Gathers all unresolved comments from a specified pull request.
  • Structured Action Plan Generation: Creates a clear, actionable plan detailing each comment, its location, and the required changes.
  • Use Case: After a code review, instead of manually going through each comment, you can use this Skill to get a consolidated list of action items, estimate the effort, and ensure no feedback is missed.

Quick Start

Use the pull-request-review skill to address feedback on pull request number 123.

Frequently Asked Questions about pull-request-review

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

FAQPage Schema
How do I automate implementing code review feedback from GitHub pull requests?

To automate implementing code review feedback, this Skill gathers PR metadata and unresolved comments using GitHub CLI, generates a structured action plan, and bootstraps a project to implement the necessary changes.

Do I need GitHub CLI to process unresolved pull request comments?

Yes, you need GitHub CLI installed to fetch PR data for processing unresolved pull request comments. The Skill uses it to gather metadata and allows bash scripting for comment processing.

What is the best way to create an action plan for GitHub pull request feedback?

The best way to create an action plan for pull request feedback is to aggregate unresolved comments into a structured list. This Skill summarizes each comment, its location, and required changes.

Can I use bash scripting to process PR comments?

Yes, you can use bash scripting to process PR comments. The Skill allows bash scripting for comment processing after fetching the pull request metadata via GitHub CLI.

How do I ensure no code review feedback is missed on a pull request?

To ensure no code review feedback is missed, this Skill consolidates all unresolved PR comments into a structured action plan, detailing each item and its required changes so nothing is overlooked.