What problem does it solve?
Manually processing code review comments, deciding which changes to apply, modifying source code, and running quality assurance checks is time-consuming and error-prone, especially in development pipelines where code changes must be isolated to avoid conflicts with other concurrent work.
Core Features & Use Cases
- Strict User Decision Adherence: Only modifies source code for review comments explicitly marked as ACCEPT by the user, skipping REJECTED or unmarked items to respect final approval authority.
- Isolated Code Modification: Runs changes in a separate subagent context to prevent mixing with other concurrent work, returning only a summary of modifications to the leader session.
- Iterative QA Validation: Automatically runs build and test commands repeatedly until all checks pass, reporting failures with minimal log excerpts instead of full logs.
- Use Case: Development teams using automated code review pipelines can use this skill to automatically apply approved feedback, validate changes, and update review artifacts without manual intervention.
Quick Start
Use the code-review-reflect skill to apply all accepted feedback from your branch's review-comments.md file and run QA to validate the resulting code changes.