act-on-feedback

Applies user feedback comments to the current session's code changes.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/voidful/Aixlarity --skill act-on-feedback-voidful
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: act-on-feedback
Source: https://github.com/voidful/Aixlarity/tree/main/aixlarity-ide/src/vs/sessions/skills/act-on-feedback
Command: npx skills add https://github.com/voidful/Aixlarity --skill act-on-feedback-voidful

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a user reviews an AI coding session and submits feedback through the Submit Feedback button, the comments need to be interpreted and turned into concrete code changes. This Skill closes that loop by reading the attached feedback and applying the requested revisions to the session's changes. ## Core Features & Use Cases - Feedback Review: Reads every feedback comment attached to the current session and interprets the intent behind each one. - Change Implementation: Modifies the codebase to address the requested revisions from the reviewer. - Consistency Verification: Checks that the new changes stay consistent with the rest of the codebase. - Use Case: After an AI session refactors a module, you submit feedback asking to rename a function and add error handling. This Skill applies both requests and verifies nothing else breaks. ## Quick Start Submit feedback on the current session's changes and ask the assistant to act on the attached feedback comments.

Frequently Asked Questions about act-on-feedback

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

FAQPage Schema
How do I act on feedback submitted for an AI coding session?

Submit your comments through the Submit Feedback button on the session, then invoke this Skill. It reviews each attached comment, makes the requested code changes, and verifies consistency with the rest of the codebase.

What does the act-on-feedback skill do with review comments?

It reads all feedback comments attached to the current session, interprets the intent behind each one, and edits the code to address them. Afterward it checks that the revisions remain consistent with the surrounding codebase.

Can I customize how session feedback is handled?

Yes. The SKILL.md notes that you can customize the skill and save it to override the built-in behavior. Deleting your customized copy restores the default feedback-handling instructions.

When should I use feedback comments instead of a new prompt?

Use feedback comments when you are reviewing a session's existing changes and want targeted revisions tied to that work. A new prompt is better for unrelated tasks or starting fresh work outside the current session's scope.