# act-on-feedback

> Claude/Codex skill by [@microsoft](https://omgskills.com/library/microsoft/index.md) · 190k stars · Updated 2026-08-31

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.

Tags: editor, electron, microsoft, typescript, visual-studio-code

## Install

```sh
git clone https://github.com/microsoft/vscode /tmp/vscode && ln -s /tmp/vscode/src/vs/sessions/skills/act-on-feedback ~/.claude/skills/act-on-feedback
```

## From README

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

## Links

- HTML page: https://omgskills.com/skills/microsoft/vscode/act-on-feedback/
- GitHub: https://github.com/microsoft/vscode
- Author: [@microsoft](https://omgskills.com/library/microsoft/index.md)

## More from this repo

- [update-codex-sdk](https://omgskills.com/skills/microsoft/vscode/dot-agents/skills/update-codex-sdk/index.md) — Used to update VS Code's bundled @openai/codex dependency to a version available from the private VS Code npm feed,...
   - [@microsoft](https://omgskills.com/library/microsoft/index.md) · 192k stars
- [agent-host-logs](https://omgskills.com/skills/microsoft/vscode/agent-host-logs/index.md) — Used to analyze Agent Host debug log exports.
   - [@microsoft](https://omgskills.com/library/microsoft/index.md) · 191k stars
- [accessibility](https://omgskills.com/skills/microsoft/vscode/accessibility/index.md) — Primary accessibility skill for VS Code.
   - [@microsoft](https://omgskills.com/library/microsoft/index.md) · 190k stars
