fix-review

Fetch GitHub PR review comments and propose concrete code patches.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/toshi-hm/dialy --skill fix-review-toshi-hm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-review
Source: https://github.com/toshi-hm/dialy/tree/main/.claude/skills/fix-review
Command: npx skills add https://github.com/toshi-hm/dialy --skill fix-review-toshi-hm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches PR review comments from GitHub via gh api, analyzes each item to determine if a fix is required, and proposes concrete code changes when needed, all targeted by a specified PR number.

Core Features & Use Cases

  • Automated review analysis: fetches review comments and overall reviews for a PR, classifies each point, and suggests patches.
  • Actionable fixes: provides concrete code change proposals aligned with identified issues.
  • PR-number driven: runs against a given PR number to deliver targeted recommendations.

Quick Start

Pass the PR number to the skill to fetch review comments and generate actionable patch proposals.

Frequently Asked Questions about fix-review

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

FAQPage Schema
How do I automate GitHub pull request review fixes?

Automating GitHub pull request review fixes involves fetching PR review comments via gh api, analyzing each comment to determine if a fix is required, and generating concrete patch proposals for the identified issues.

What is the best way to generate code patches from PR review comments?

Generating code patches from PR review comments is done by analyzing the fetched GitHub review feedback, classifying each point to determine if a fix is needed, and proposing concrete code changes aligned with the identified issues.

How do I extract and analyze pull request reviews using bash and gh api?

Extracting and analyzing pull request reviews uses bash and gh api to fetch review data, then jq for extraction, classifying each item to determine if a fix is required and proposing concrete code changes.

Can I automatically suggest fixes for all repositories using a PR number?

Yes, you can automatically suggest fixes for any repository by providing a specific PR number, which allows the tool to fetch targeted review comments and deliver actionable patch proposals across different GitHub projects.

Do I need jq installed to analyze GitHub PR review comments?

Yes, you need jq installed because it is used for extracting review comments from the GitHub API response data, which is necessary to determine which items require fixes and propose patches.

What are the limitations of automating patch proposals for code review?

Automating patch proposals for code review relies on targeted PR numbers and GitHub API data, meaning it requires existing review comments to analyze and may not identify issues that lack explicit reviewer feedback.