impl-review

Analyze GitHub PR review comments and implement suggested code changes.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/toumakido/my-claude --skill impl-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-review
Source: https://github.com/toumakido/my-claude/tree/main/skills/impl-review
Command: npx skills add https://github.com/toumakido/my-claude --skill impl-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes GitHub PR review comments and implements the suggested changes into the target repository, reducing manual back-and-forth and speeding up PR resolutions.

Core Features & Use Cases

  • Analyze PR review comment URLs from GitHub and extract actionable feedback (body, file path, diff hunks, and line references).
  • Generate a concrete implementation plan and perform staged edits to the touched files, with a structured Todo workflow for approval.
  • Use cases include automating edits from multiple comments or implementing a full set of changes across a PR with traceable task tracking.

Quick Start

Provide one or more PR review comment URLs to initiate automated analysis and implementation of the indicated changes.

Frequently Asked Questions about impl-review

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

FAQPage Schema
How do I automate code changes from GitHub PR review comments?

To automate code changes from GitHub PR review comments, you provide the review comment URLs to initiate automated analysis. The system fetches the feedback via GitHub API calls, extracts file paths and diff hunks, generates an implementation plan, and applies the edits to the target repository.

What is the best way to implement multiple PR review suggestions at once?

The best way to implement multiple PR review suggestions at once is to supply several review comment URLs simultaneously. The tool supports cross-repository usage, aggregates the actionable feedback, and tracks all implementation tasks through a structured Todo workflow before applying changes.

Can I use this automated implementation workflow for cross-repository PR reviews?

Yes, you can use this automated implementation workflow for cross-repository PR reviews. The skill explicitly supports cross-repository usage by fetching comments and identifying affected files and code regions from diffs across different target repositories.

How does the Todo workflow track automated PR implementation tasks?

The Todo workflow tracks automated PR implementation tasks by generating a concrete implementation plan after analyzing review comments. It structures the staged edits to touched files, allowing for traceable task tracking and approval before the automated code edits are applied.

Do I need to manually locate affected files in diff hunks before automated implementation?

No, you do not need to manually locate affected files in diff hunks before automated implementation. The skill identifies affected files and code regions directly from paths and diffs using GitHub API calls after you provide the PR review comment URLs.

What limitations exist when automating PR review comment implementations across repositories?

A key limitation when automating PR review comment implementations is that the skill relies entirely on GitHub API calls to fetch comments and extract actionable feedback. It requires clear file paths, diff hunks, and line references in the review comments to generate a concrete implementation plan.