act-on-feedback

Convert reviewer comments into targeted code changes for session follow-ups.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/aadorian/VSCode_Readme --skill act-on-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: act-on-feedback
Source: https://github.com/aadorian/VSCode_Readme/tree/main/education/sessions-chat-and-agents/sessions/skills/act-on-feedback
Command: npx skills add https://github.com/aadorian/VSCode_Readme --skill act-on-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you respond to session feedback by turning reviewer comments into concrete code changes without losing track of the original intent.

Core Features & Use Cases

  • Feedback Review: Read every attached comment and determine what the user is asking for.
  • Targeted Updates: Make the smallest useful edits needed to address the feedback cleanly.
  • Consistency Check: Verify the final changes fit the rest of the codebase and do not introduce mismatches.
  • Use Case: A user leaves comments on a session change set, and you revise the implementation to satisfy each note before finishing the task.

Quick Start

Use the act-on-feedback skill to review the attached comments and update the current session changes accordingly.

Frequently Asked Questions about act-on-feedback

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

FAQPage Schema
How do I turn code review feedback into code changes?

Code review feedback can be turned into code changes by reading attached session comments, making targeted edits to address each requested revision, and verifying the final updates fit the surrounding codebase.

What is the best way to apply reviewer comments to a current session change set?

Applying reviewer comments to a current session change set involves interpreting each piece of feedback, making the smallest useful edits needed to address the notes cleanly, and running a consistency check against the codebase.

How does iterating on session feedback work during code revision?

Iterating on session feedback works by reading every attached comment to determine requested revisions, applying consistent edits to the existing changes, and verifying the final implementation matches the surrounding codebase.

Can I use this to update existing code based on collaboration feedback?

Yes, you can use this to update existing code by interpreting collaboration feedback left as comments on a session change set and revising the implementation to satisfy each note before finishing the task.

Do I need any specific dependencies to act on session feedback?

No specific dependencies are required to act on session feedback, as the process only needs attached reviewer comments describing requested revisions and the current session changes to update accordingly.