fix-code-review-feedback

Parse code review comments and apply validated fixes in a single commit.

22|2|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/tmchow/tmc-marketplace --skill fix-code-review-feedback
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fix-code-review-feedback
Source: https://github.com/tmchow/tmc-marketplace/tree/main/plugins/iterative-engineering/skills/fix-code-review-feedback
Command: npx skills add https://github.com/tmchow/tmc-marketplace --skill fix-code-review-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address code review feedback from local review agents or GitHub PRs.

Core Features & Use Cases

  • Fixes valid issues identified in reviews by parsing feedback and applying changes.
  • Supports Local Mode (auto-invoke after a review) and PR Mode (full or targeted feedback on GitHub PRs).
  • Saves time by batching changes into a single commit and providing a clear summary of fixes.

Quick Start

Provide a review feedback description or a PR link to start parsing and addressing the feedback.

Frequently Asked Questions about fix-code-review-feedback

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

FAQPage Schema
How do I automate fixing code review feedback on GitHub PRs?▼

Automating code review feedback involves parsing PR comments and applying validated changes directly. This Skill uses GitHub CLI to coordinate PR interactions, batching fixes into a single commit with a clear summary of resolved concerns.

What is the best way to address local code review comments without manual edits?▼

Addressing local code review comments automatically requires parsing the review feedback and applying validated changes. This Skill operates in Local Mode, auto-invoking after a review to classify concerns and implement fixes without manual intervention.

Can I apply targeted fixes to specific GitHub PR review comments?▼

Yes, you can apply targeted fixes to specific GitHub PR review comments. PR Mode supports both full and targeted feedback resolution, parsing selected comments and applying validated changes through a structured workflow.

Does fixing code review feedback require the GitHub CLI for local commits?▼

Fixing code review feedback requires the GitHub CLI only when interacting with GitHub PRs. Local Mode operates independently after a review, batching changes into a single commit without needing CLI coordination.

How are multiple code review concerns committed when automating feedback resolution?▼

Multiple code review concerns are committed once by batching all validated changes into a single commit. The structured workflow classifies each issue, implements fixes systematically, and provides a clear summary of all applied changes.