receiving-code-review

Parse code review feedback and apply fixes to cited files with verification and a completion report.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Dethon/ai-dev-flow --skill receiving-code-review-dethon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Dethon/ai-dev-flow/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/Dethon/ai-dev-flow --skill receiving-code-review-dethon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill turns code review feedback into concrete fixes by parsing reviewer notes and applying changes to the cited files, reducing manual rework and accelerating the review cycle.

Core Features & Use Cases

  • Parse and extract review feedback, identifying Critical, Important, and Suggestions.
  • Apply fixes to the exact file:line references, preserving code semantics and style.
  • Verify changes by running tests and lint checks, and produce a concise completion report.

Quick Start

After receiving a REVIEW_ISSUES block, feed it to this skill along with the target repository context to automatically fix the issues, validate the results, and generate a Change Log.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I automate code review fixes from git feedback?

Automate code review fixes by parsing reviewer feedback blocks and applying changes directly to cited file:line references. This process addresses critical and important issues across the repository, then verifies changes by running tests and lint checks.

Can I automatically apply fixes to specific file lines mentioned in code reviews?

Yes, you can automatically apply fixes to specific file lines by feeding the review issues block and repository context to the parser. It modifies the exact file:line references while preserving code semantics and style.

How do I verify code review fixes with tests and lint checks?

Verify code review fixes by running automated tests and lint checks after applying changes to the cited files. The process executes these validation steps and produces a concise completion report summarizing the changes.

Does this code review automation tool handle critical issues differently from suggestions?

Yes, it enforces fixing critical issues while optionally addressing important issues and suggestions. The parser categorizes feedback into these severity levels to ensure critical repository problems are resolved.

What do I need to provide to start automating code review fixes?

You need to provide the REVIEW_ISSUES block extracted from reviewer notes and the target repository context. The skill parses this input to identify file:line references and applies the necessary fixes automatically.