create-review-fix-plan

Analyze GitHub pull requests and generate a structured fix plan.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill create-review-fix-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-review-fix-plan
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/create-review-fix-plan
Command: npx skills add https://github.com/getty104/claude-task-worker --skill create-review-fix-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of analyzing GitHub PRs for unresolved review comments, conversation comments, and CI statuses, creating a comprehensive fix plan.

Core Features & Use Cases

  • Review Comment Analysis: Extracts and analyzes all unresolved review comments and conversation comments for actionable feedback.
  • CI Status Check: Inspects the CI status for any failures and identifies potential issues.
  • Fix Plan Creation: Generates a structured fix plan for developers to address the issues identified.

Quick Start

Use the create-review-fix-plan skill to generate a fix plan for PR #1234.

Frequently Asked Questions about create-review-fix-plan

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

FAQPage Schema
How do I generate a fix plan for unresolved GitHub PR comments?

To generate a fix plan for unresolved GitHub PR comments, you can use this skill to automatically extract and analyze review conversations, producing a structured checklist for developers to address issues.

Can I analyze CI status failures and pull request comments together?

Yes, you can analyze CI status failures and pull request comments together. The skill inspects CI statuses for failures and extracts unresolved conversation comments to identify potential issues simultaneously.

What is the best way to automate GitHub PR analysis for review feedback?

The best way to automate GitHub PR analysis for review feedback is using a script-based skill that interacts with the GitHub API to retrieve PR data and generate actionable fix plans.

Does this PR analysis tool require GitHub API interaction?

Yes, this PR analysis tool requires GitHub API interaction. It relies on the API to retrieve pull request data, including unresolved review comments, conversation threads, and CI statuses.

How do I get a structured checklist to fix CI failures and code review issues?

You can get a structured checklist to fix CI failures and code review issues by running the skill, which generates a comprehensive fix plan detailing the necessary developer actions.