microsoft/act-on-feedback
Act on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.
npx skills add https://github.com/microsoft/vscode --skill act-on-feedback
<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. -->
The user has provided feedback on the current session's changes.
listComments tool to retrieve the user's feedback comments for this sessionresolveComments tool to mark those comments as resolved, or the deleteComments tool to delete themTake microsoft/act-on-feedback from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.