mcpbeat

Act On Feedback

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.

266 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
188278
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/vscode --skill act-on-feedback

The instruction itself

1 sections, as written by the author

<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. -->

Act on Feedback

The user has provided feedback on the current session's changes.

  • Use the listComments tool to retrieve the user's feedback comments for this session
  • If specific feedback comments were attached to this message, act on only those attached comments (match them by their comment id); otherwise act on all of the listed comments, or whatever subset the user specified in their message
  • Understand the intent behind each piece of feedback you are acting on
  • Make the requested changes to address the feedback
  • When feedback has been tackled, use the resolveComments tool to mark those comments as resolved, or the deleteComments tool to delete them
  • Verify your changes are consistent with the rest of the codebase

How to use it

Copy the folder

Take microsoft/act-on-feedback from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.