code-review-reflect

Parse review-comments.md to apply accepted code changes and run QA.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/KangJiSseok/ACODIAN --skill code-review-reflect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-reflect
Source: https://github.com/KangJiSseok/ACODIAN/tree/main/.codex/skills/code-review-reflect
Command: npx skills add https://github.com/KangJiSseok/ACODIAN --skill code-review-reflect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates software code review reflection by parsing review-comments.md to determine which comments were accepted or rejected, applying only the accepted changes to the source, and then performing QA to validate the updated code.

Core Features & Use Cases

  • Selective code modification: only accepts user-approved changes from review-comments.md and applies them to the working tree.
  • Integrated QA loop: runs build and test steps to verify the updated code.
  • Pipeline-friendly: designed to run within CI pipelines, ensuring traceable decisions and updates.
  • Documentation of decisions: preserves user judgments in review-comments.md along with agent results.

Quick Start

Review the prepared review-comments.md and let this skill modify the code and run QA accordingly.

Frequently Asked Questions about code-review-reflect

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

FAQPage Schema
How do I automate applying only accepted code review comments to my source code?

To automate applying accepted code review changes, this Skill parses review-comments.md to filter for user-approved modifications, applies them to the working tree, and runs QA checks to validate the updated source.

What is the best way to run QA after reflecting code review feedback in a CI pipeline?

The best way to run QA after reflecting feedback in a CI pipeline is to use an automated loop that applies accepted review-comments.md changes and immediately executes project-specific build and test steps to verify the modified code.

Can I selectively choose which review comments to apply to the working tree before deployment?

Yes, you can selectively choose which review comments to apply. The Skill enforces the interpretation of user judgments documented in review-comments.md, ensuring only accepted changes modify the source while rejected ones are ignored.

How does parsing review-comments.md work for automating code modifications?

Parsing review-comments.md works by reading the file to extract user decisions on review feedback, then using those documented judgments to selectively execute source modifications on the working tree before running automated QA checks.

Does this code review reflection tool preserve documentation of accepted and rejected decisions?

Yes, the tool preserves documentation of decisions. It maintains user judgments within review-comments.md alongside the agent results, ensuring traceable decisions and updates during CI pipelines or manual reviews.